Updating networks for the staged director

Updating networks for the staged director

Replace the collection of networks and subnets.

OpsManager uses GUIDs to match existing objects in the collection. Unmatched networks will be added, matched networks will be updated, and omitted networks will be deleted.

Request
URI
PUT
https://{opsmanager-installation}//api/v0/staged/director/networks
COPY
Request Body
Networks of type(s) application/json
Required
{
    "icmp_checks_enabled": false,
    "networks": [
        {
            "guid": "string",
            "name": "string",
            "subnets": [
                {}
            ]
        }
    ]
}
boolean
icmp_checks_enabled
Optional

icmp_checks_enabled

array of Network
networks
Optional

networks

Responses
200

OK

Returns VerificationErrors of type(s) application/json
{
    "status": "string",
    "verification_errors": [
        "string"
    ]
}
string
status
Optional

status

array of string
verification_errors
Optional

verification_errors