Get Storage Array Snap Configs at Copy Level
Select
SaaS
Customer Managed
API to fetch snap configs for storage arrays at copy level
Path Parameters
- copyId int32 required
- arrayId int32 required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- assocType int64
Association type, at subclient level it is 9, at client level it is 8, at copy level it is 6 and by default at array level it is 3
- clientId int64
Client Id
- subclientId int64
Subclient id
- copyId int64
snap copy id
snapConfigurations object[]
{
"assocType": 0,
"clientId": 0,
"subclientId": 0,
"copyId": 0,
"snapConfigurations": [
{
"masterConfigId": 0,
"id": 0,
"name": "string",
"type": 1,
"value": "string",
"values": [
{
"id": 0,
"name": "string"
}
],
"flags": 0,
"description": "string",
"isEnabled": true,
"isOverridden": true,
"checkRange": true,
"minValue": 0,
"maxValue": 0
}
]
}
GET /v4/storagearrays/copy/:copyid/arrays/:arrayid/snap/configs
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/Copy/:copyId/Arrays/:arrayId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/Copy/:copyId/Arrays/:arrayId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/Copy/:copyId/Arrays/:arrayId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/Copy/:copyId/Arrays/:arrayId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/Copy/:copyId/Arrays/:arrayId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/Copy/:copyId/Arrays/:arrayId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/Copy/:copyId/Arrays/:arrayId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'