Services_Info

Services_Info
Services_Info

The Services.Info structure contains information about a service.

JSON Example
{
    "description": "string",
    "state": "string"
}
string
description
Required

Service description

state
Required

The Services.State enumerated type defines valid Run State for services.
STARTING : Service Run State is Starting, it is still not functional
STOPPING : Service Run State is Stopping, it is not functional
STARTED : Service Run State is Started, it is fully functional
STOPPED : Service Run State is Stopped