Skip to content

List validation errors for staged changes

Request

Requires virtual-networks::read permission.

Security
JWTAuthorizer
Path
networkNamestringrequired

Network name

domainNamestringrequired

Domain name

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/v2/domain/{domainName}/network/{networkName}/change/validate' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
digeststring

Digest of the network and its changes

Example:"55ca6286e3e4f4fba5d0448333fa99fc5a404a73"
Response
{ "digest": "55ca6286e3e4f4fba5d0448333fa99fc5a404a73" }