Class used to obtain information about running services.
Implements: RestOperations
Description
The AboutOperations class is used to obtain information about running services.
Instance methods
get_about
Gets information from a service.
get_about(): str
- returns: str - JSON string with information about the service.
get_about_operation
Gets the service’s information.
get_about_operation(): Callable
- returns: Callable - get_about method
set_references
Sets the references of the service.
set_references(references: IReferences)
- references: IReferences - service’s references.