Skip to main content

Get S3 Vault Details

Select

SaaS
Customer Managed

Retrive properties of S3 Vault

Path Parameters
  • storeId integer required

    S3 Vault ID

Responses

OK


Schema
  • clientProperties object

    Client information for S3 Vault

  • client object
  • id int32
  • name string
  • associatedPseudoClientNames string
  • error object
  • errorCode int32
  • errorMessage string

    Tells about the error occured

  • warningCode int32
  • warningMessage string

    Tells about the warning occured

  • errors object[]
  • errorMessage string

    Tells about the error occured

  • errorCode ErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, VALUE_NOT_FOUND, UNKNOWN_EXCEPTION, CONNECTION_PROBLEM, UNKNOWN_SQL_ERROR, INVALID_USER, INVALID_OPERATION_TYPE, INTERNAL_SERVER_PROBLEM, INSUFFICIENT_USER_PERMISSION_ON_ENTITY, INVALID_ENTITY_ID]

    Error code value

GET /v4/cvs3store/:storeid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
storeId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CVS3Store/:storeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'