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 integer
user id to be filtered
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
accesNodes 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
{
"accesNodes": [
{
"id": 0,
"name": "string",
"displayName": "string",
"hostName": "string",
"GUID": "string",
"type": 0
}
]
}
Loading...