ServiceInfoDrResponseList
ServiceInfoDrResponseList
List of entities about: Detailed information about a service.
JSON Example
{
"list": [
{
"id": "ui-service",
"name": "ui-service",
"description": "string",
"startup_type": "string",
"is_running": false
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}