List Expanded Nodes
Get list of infrastructure nodes with all details. Only admin users can retrieve this information.
Request
            
                URI
                    
                                GET                            
                            https://vrni.example.com/api/ni/infra/expanded-nodes
                            COPY
                    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"
            }
        }
    ],
    "total_count": 1
}
            
            
                                    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
            
            
                    