Get clients associated with BackupDestination
Get the list of clients associated with the BackupDestination.
Path Parameters
- backupDestinationId int32 required
Id of the BackupDestination.
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
clients object[]
List of Client Id and Name.
id int32name string
{
"clients": [
{
"id": 0,
"name": "string"
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...