post https://example.com/v1/desired_states/validate
Log in to see full request history
Responses
xxxxxxxxxx
34curl --request POST \
--url https://example.com/v1/desired_states/validate \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"desiredState": {
"service": {
"meta": {
"self": {
"type": "UNKNOWN"
}
}
},
"serviceInstance": {
"meta": {
"self": {
"type": "UNKNOWN"
}
},
"delivery": {
"status": "STATUS_UNKNOWN"
}
},
"serviceGroup": {
"meta": {
"self": {
"type": "UNKNOWN"
}
Try It!
to start a request and see the response here! Or choose an example: