Returns staged (uncommitted) changes to the virtual network. Changes are staged before being committed via the change/commit endpoint. Requires virtual-networks::read permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/v2/domain/{domainName}/network/{networkName}/change
- https://api.trustgrid.iohttps://api.trustgrid.io/v2/domain/{domainName}/network/{networkName}/change
curl -i -X GET \
'https://apidocs.trustgrid.io/_mock/v2/domain/{domainName}/network/{networkName}/change' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Array [
]
Response
[ { "accessPolicies": [ … ], "dnsConfig": [ … ], "dnsRecords": [ … ], "dnsZones": [ … ], "networkGroupMemberships": [ … ], "networkGroups": [ … ], "networkObjects": [ … ], "routes": [ … ] } ]