A service object describes a single service.
kindIdentifies the service object. The value of this attribute is ‘service’.
nameSymbolic name of this service.
enabledBoolean. Whether this service is enabled or not.
session_typeName of the session handling algorithm for this service. One of: ‘IP’, ‘BASIC’, ‘URL’, ‘PARM’, ‘COOKIE’, ‘HEADER’.
sessionsList of active sessions in this service. Each session is represented as object with the following attributes:
keySession key (string).
backendOrdinal number of the backend assigned to handle requests with this session.
expireExpiration time of this session, formatted as ‘1970-01-01T00:00:00.000000’ (with microsecond precision).
backendsList of backends defined for this service.
emergencyEmergency backend object, or null if no such backend is
defined.