[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
ServiceInfo
Detailed information about a service.
Properties
string
id
Required
Id of the service. Sometimes might be the same as its name.
boolean
is_running
Required
Boolean value indicating if the service is running.
string
name
Required
Name of the service. Sometimes might be the same as its id.
string
startup_type
Required
Startup type. Value must be one of the StartupTypeEnum. Example: “Automatic”.
Possible values are: AUTOMATIC , MANUAL
string
description
Optional
Service description.
JSON Example
{
"id": "ui-service",
"name": "ui-service"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
Property Of
ServiceInfoDrResponseList
Used By
ServiceInfoDrResponseEntity