Skip to main content

Request enable status of S3 endpoint

Select

SaaS
Customer Managed

Request enable status of S3 endpoint

Path Parameters
  • clientId integer required

    Client ID

Responses

S3 Endpoint Status


Schema
  • clientProperties object[]
  • clientProps object
  • cvs3EndpointProp object
  • offlineSince int32

    UNIX time stamp when last was seen online

  • enabled boolean

    true when endpoint is enabled

GET /v4/cvs3endpoint/:clientid/state    

Authorization

type: apiKeyname: Authtokenin: header

Request

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