Skip to main content

Get Access Nodes

Select

SaaS
Customer Managed

Endpoint to get the list of access nodes

Query Parameters
  • vendor string

    Vendor Name to be filtered

  • userId int32

    user id to be filtered

Responses

OK


Schema
  • accesNodes object[]
  • id int32
  • name string
  • displayName string
  • hostName string

    client Host Name of the Access Node

  • GUID string

    client GUID of the Access

  • type int32

    Type of access node , Ex: 3 - access Node , 28 - Access Node Groups

GET /v4/accessnodes    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
vendor — query
userId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/AccessNodes' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'