watcher.api.controllers.v1.service
Module¶Service mechanism provides ability to monitor Watcher services state.
watcher.api.controllers.v1.service.
Service
(**kwargs)[source]¶Bases: watcher.api.controllers.base.APIBase
API representation of a service.
This class enforces type checking and value constraints, and converts between the internal object model and the API representation of a service.
watcher.api.controllers.v1.service.
ServiceCollection
(**kwargs)[source]¶Bases: watcher.api.controllers.v1.collection.Collection
API representation of a collection of services.
watcher.api.controllers.v1.service.
ServicesController
[source]¶Bases: pecan.rest.RestController
REST controller for Services.
detail
(*args, **kwargs)[source]¶Retrieve a list of services with detail.
Parameters: |
|
---|
get_all
(*args, **kwargs)[source]¶Retrieve a list of services.
Parameters: |
|
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.