Get Access Nodes
Select
SaaS
Customer Managed
Get the list of Access Nodes
Query Parameters
- vendor string
Vendor Name to be filtered
- userId int32
user id to be filtered
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
accessNodes object[]
id int32name stringdisplayName stringhostName stringclient Host Name of the Access Node
GUID stringclient GUID of the Access
type int32Type of access node , Ex: 3 - access Node , 28 - Access Node Groups
{
"accessNodes": [
{
"id": 0,
"name": "string",
"displayName": "string",
"hostName": "string",
"GUID": "string",
"type": 0
}
]
}
Loading...