SymXchangeVerificationService
Verify if SymXchange instance is running.
Operations
Prompts SymXchange to return an expected response.
Authorizations
Body
InputParameterstringRequiredExample:
Arbitrary input parameter to receive in response.
This should be the same in the response.
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/symxverification/verifySymXchangeOperation HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 111
{
"InputParameter": "This should be the same in the response.",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"OutputParameter": "This should be the same in the response."
}
Last updated
Was this helpful?