Get Snap Configs for Storage Array at Client
Select
SaaS
Customer Managed
API to fetch Snap configs for Storage Arrays at client level
Path Parameters
- arrayId int32 required
- clientId int32 required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
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
}
]
}
{
"copyId": 737181738171,
"subclientId": 737181738172,
"clientId": 737181738173,
"snapConfigurations": [
{
"masterConfigId": 27,
"isOverridden": false,
"isEnabled": true,
"name": "Mount Retry Interval (in seconds)",
"flags": 0,
"description": "<html><body><b>Name : </b>Mount Retry Interval (in seconds)<br/><b>Description : </b>\n\n Specifies the time interval (in seconds) after which the <br/>\n\n next mount operation will be attempted. \n\n The default value is 300.\n\n <br/>\n\n <b>Default Value : </b>300<br/><b>Range : </b>0 - 3600</body></html>",
"id": 131,
"type": 2,
"values": [
{
"name": "1000"
}
]
}
]
}
GET /v4/storagearrays/:arrayid/client/:clientid/snap/configs
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Client/:clientId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Client/:clientId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Client/:clientId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Client/:clientId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Client/:clientId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Client/:clientId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Client/:clientId/Snap/Configs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'