Endpoint

/v1/object-storage/external-credentials-source

GET

Retrieve the opaque name of the external credentials store that may be needed for accessing the configured object storage on some platforms. If no external credentials store is configured, then expect an empty string.

Parameters

This resource has no parameters.

Response

Codes

Code Description
200 Return value on success

Schema

{
  "type": "string"
}