List Intellisnap Enabled Subclients
API to get all IntelliSnap enabled subclients for particular client
Path Parameters
- clientId int32 required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
snapSubclients object[]
{
"snapSubclients": [
{
"enableIntelliSnap": true,
"client": {
"id": 0,
"name": "string"
},
"backupset": {
"id": 0,
"name": "string"
},
"subclient": {
"id": 0,
"name": "string"
}
}
]
}
{
"snapSubclients": [
{
"enableIntelliSnap": true,
"client": {
"id": 3,
"name": "Client_name"
},
"backupset": {
"id": 6,
"name": "BackupSetName"
},
"subclient": {
"id": 33,
"name": "Subclient_name"
}
}
]
}
GET /v4/storagearrays/client/:clientid/subclient/snap/enabled
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://localhost/webconsole/api/V4/StorageArrays/Client/:clientId/subclient/Snap/Enabled' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/StorageArrays/Client/:clientId/subclient/Snap/Enabled' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/StorageArrays/Client/:clientId/subclient/Snap/Enabled' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/StorageArrays/Client/:clientId/subclient/Snap/Enabled' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/StorageArrays/Client/:clientId/subclient/Snap/Enabled' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/StorageArrays/Client/:clientId/subclient/Snap/Enabled' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/StorageArrays/Client/:clientId/subclient/Snap/Enabled' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'