Skip to main content

List Intellisnap Enabled Subclients

Select

SaaS
Customer Managed

API to get all IntelliSnap enabled subclients for particular client

Path Parameters
  • clientId int32 required
Responses

OK


Schema array
  • enableIntelliSnap boolean

    Default value: true

    Whether IntelliSnap is enabled or not

  • client object
  • id int32
  • name string
  • backupset object
  • id int32
  • name string
  • subclient object
  • id int32
  • name string
GET /v4/storagearrays/client/:clientid/subclient/snap/enabled    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/Client/:clientId/subclient/Snap/Enabled' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'