Get S3 Vault Details
Select
SaaS
Customer Managed
Retrive properties of S3 Vault
Path Parameters
- storeId integer required
S3 Vault ID
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
clientProperties object
Client information for S3 Vault
client object
id int32name stringassociatedPseudoClientNames stringerror object
errorCode int32errorMessage stringTells about the error occured
warningCode int32warningMessage stringTells about the warning occured
errors object[]
errorMessage stringTells about the error occured
errorCode ErrorCodePossible 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
,REFRESH_TOKEN_EXPIRED
]Error code value
{
"clientProperties": {
"client": {
"id": 0,
"name": "string"
},
"associatedPseudoClientNames": "string",
"error": {
"errorCode": 0,
"errorMessage": "string",
"warningCode": 0,
"warningMessage": "string"
}
},
"errors": [
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...