Product Management

Accesses

Return a list of access by Service for a given account and if maintenance ongoing

get/1/public_clouds/accesses

Query parameters

account_idinteger required

Unique identifier of the account that is related to the resource {name}

The account identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

datastring[]

Example response

{
  "result": "success"
}

Changes