Skip to main content

Access nodes list

Select

SaaS
Customer Managed

This operation lists object storage access nodes/Backup gateways

Query Parameters
  • instanceType string required

    Possible values: [AZURE_BLOB, AMAZON_S3, ORACLE_STORAGE_SERVICE, GOOGLE_CLOUD, AZURE_DATA_LAKE, IBM_COS, ALIBABA_OSS]

    InstanceType of the object storage instance

  • excludeClientGroups string

    Flag to determine if client groups need to be excluded

  • excludeClients string

    Flag to determine if client need to be excluded

  • regionId string

    Flag for region filtering

Responses

OK


Schema
  • accessNodes object[]
  • entity object
  • clientId integer
  • clientName string
  • _type_ integer
GET /cloudapps/accessnodes    

Request

Click Edit to configure Base URL
https://CommandCenterHostName/webconsole/api
instanceType — query required
excludeClientGroups — query
excludeClients — query
regionId — query
curl -L -X GET 'https://CommandCenterHostName/webconsole/api/CloudApps/AccessNodes' \
-H 'Accept: application/json'