Request enable status of S3 endpoint
Select
SaaS
Customer Managed
Request enable status of S3 endpoint
Path Parameters
- clientId integer required
Client ID
Responses
- 200
- 403
- 404
- 500
S3 Endpoint Status
- application/json
- Schema
- Example (from schema)
Schema
clientProperties object[]
clientProps object
cvs3EndpointProp object
offlineSince int32UNIX time stamp when last was seen online
enabled booleantrue when endpoint is enabled
{
"clientProperties": [
{
"clientProps": {
"cvs3EndpointProp": {
"offlineSince": 0,
"enabled": true
}
}
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
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...