List Expanded Nodes

List Expanded Nodes

Get list of infrastructure nodes with all details. Only admin users can retrieve this information.

Request
URI
GET
https://{api_host}/api/ni/infra/expanded-nodes
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ExpandedNodeListResult of type(s) application/json
{
    "results": [
        {
            "id": "string",
            "entity_type": "string",
            "node_type": "string",
            "node_id": "string",
            "ip_address": "string",
            "ipv6_address": "string",
            "name": "string",
            "is_physical_flow_collector": false,
            "sddc_details": {
                "sddc_id": "string",
                "org_id": "string",
                "aap_id": "string"
            },
            "version": "string",
            "health": {
                "health_status": "HEALTH",
                "health_details": [
                    {
                        "message": "Invalid credentials",
                        "code": "string"
                    }
                ]
            },
            "registered_timestamp": 0,
            "last_updated_timestamp": 0
        }
    ],
    "total_count": 1
}
array of Node
results
Optional

results

integer
total_count
Optional

total_count


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure