Fetching networks for the staged director.

Fetching networks for the staged director.

Fetches the collection of networks and subnets.

Request
URI
GET
https://{opsmanager-installation}//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 Network
networks
Optional

networks