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. This endpoint requires the "svi.administration.datastore_credentials" capability. Be careful about who is given this capability. This endpoint is designed to be used by other SAS services that need the data store credentials.

Request Samples

1

Response Samples

1Not Available

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.