Fetching networks for the staged director.

Fetching networks for the staged director.

Fetches the collection of networks and subnets.

Request
URI
GET
https://{api_host}/api/v0/staged/director/networks
COPY
Responses
200

OK

Returns Networks of type(s) application/json
{
    "icmp_checks_enabled": false,
    "networks": [
        {
            "guid": "string",
            "name": "string",
            "subnets": [
                {}
            ]
        }
    ]
}
boolean
icmp_checks_enabled
Optional

icmp_checks_enabled

array of networks
networks
Optional

networks


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/staged/director/networks