Skip to main content

List Intellisnap Enabled Clients

Select

SaaS
Customer Managed

API to get all IntelliSnap enabled Clients

Responses

OK


Schema array
  • snapClients object[]
  • enableIntelliSnap boolean

    Default value: true

    Whether IntelliSnap is enabled or not for the client

  • client object
  • id int32
  • name string
GET /v4/storagearrays/client/snap/enabled    

Authorization

type: apiKeyname: Authtokenin: header

Request

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