Get headers for user name and password for a data store

head/admin/dataStores/{dataStoreId}/credentials

Retrieves headers for the data store user name and password. Other metadata about the data store is not included in the response. Intended for internal SAS services that require data store credentials. Access is allowed when these two requirements are met: - Membership in the SAS Services group. - svi.administration.datastore_credentials capability.

Request Samples

Path Parameters

NameTypeRequiredDescription
dataStoreId
integer
true

The ID of the data store.

Responses

StatusMeaningDescription
200OK

The request succeeded. The requested data store credential object is returned. The password is Base64-encoded.

404Not Found

Invalid data store ID.