[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api

ServiceInfoDrResponseEntity

Detailed information about a service.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"description": "string",
	"id": "ui-service",
	"is_running": false,
	"name": "ui-service",
	"startup_type": "AUTOMATIC"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Returned By

Get Service

Feedback

Was this page helpful?