Update Service
Update a specific service
application
service
Example Body:
{ "satisfiedLatencyMillis": "100000", "customDashboardLink": "shopping-dashboard", "hidden": "false" }
{
"serviceInstanceCount": 0,
"hidden": false,
"source": "string",
"component": "string",
"application": "string",
"service": "string",
"customDashboardLink": "string",
"status": "string",
"lastReported": 0,
"satisfiedLatencyMillis": 0,
"created": 0,
"updateUserId": "string",
"lastUpdated": 0
}
Service Instance count of the monitored service
Monitored service is hidden or not
Source of the monitored service
Component Name of the monitored service
Application Name of the monitored service
Service Name of the monitored service
Customer dashboard link
Status of monitored service
Last reported epoch of monitored service
Satisfied latency of monitored service
Created epoch of monitored service
Last update user id of monitored service
Last update epoch of monitored service
successful operation
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"serviceInstanceCount": 0,
"hidden": false,
"source": "string",
"component": "string",
"application": "string",
"service": "string",
"customDashboardLink": "string",
"status": "string",
"lastReported": 0,
"satisfiedLatencyMillis": 0,
"created": 0,
"updateUserId": "string",
"lastUpdated": 0
}
}