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

ServiceInfoDrResponseList

List of entities about: Detailed information about a service.


Properties

_meta Optional

List metadata


array of ServiceInfo
list Optional

Detailed information about a service.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"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"}]
vrs-appliance-config-api
Returned By

Get All Services

Feedback

Was this page helpful?