Patch Service By Id
Patch an existing service by providing a JSON patch document in the request body. This is used primarily to provide regular heartbeats from a service to the Service Registry to keep the service discoverable.
ID of the service to be patched. It is the name associated with the service.
Patch document consisting of the operation, path and value to be updated.
[
{
"op": "string",
"path": "/status",
"value": "REGISTERED"
}
]
Successfully patched the object entry.
Bad request due to errors in request body or in json patch document.
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.
Service identified by service_id
not found.
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.