Get all the associated entities of backupdestination.
Select
SaaS
Customer Managed
Get all the associated server/server groups and included/excluded entities of backupdestination. It will also return summary of all the entities that will be auxcopied for backupdestination.
Path Parameters
- planId int32 required
- backupDestinationId int32 required
Query Parameters
- entityType int32
It is to further filter and get all the child entities of given entityType/entityId associated with backupdestination.
- entityId int32
It is to further filter and get all the child entities of given entityType/entityId associated with backupdestination.
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
associations object[]
auxCopyAssociations object[]
{
"associations": [
{
"id": 0,
"name": "string",
"flags": {
"disabled": true,
"include": true,
"exclude": true
},
"type": "ALL_SERVERS",
"parentEntity1": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
},
"parentEntity2": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
},
"parentEntity3": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
},
"parentEntity4": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
},
"parentEntity5": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
}
}
],
"auxCopyAssociations": [
{
"id": 0,
"name": "string",
"flags": {
"disabled": true,
"include": true,
"exclude": true
},
"type": "ALL_SERVERS",
"parentEntity1": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
},
"parentEntity2": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
},
"parentEntity3": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
},
"parentEntity4": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
},
"parentEntity5": {
"id": 0,
"name": "string",
"type": "SERVER_GROUP_ENTITY"
}
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v4/plan/:planid/backupdestination/:backupdestinationid/associations
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Plan/:planId/BackupDestination/:backupDestinationId/Associations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Plan/:planId/BackupDestination/:backupDestinationId/Associations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Plan/:planId/BackupDestination/:backupDestinationId/Associations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Plan/:planId/BackupDestination/:backupDestinationId/Associations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Plan/:planId/BackupDestination/:backupDestinationId/Associations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Plan/:planId/BackupDestination/:backupDestinationId/Associations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Plan/:planId/BackupDestination/:backupDestinationId/Associations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'