cloudkittyclient.v1.collector.CollectorManager(api_client)¶Class used to handle /v1/collector/mappings endpoint
create_mapping(**kwargs)¶Creates a service to collector mapping.
| Parameters: |
|
|---|
delete_mapping(**kwargs)¶Deletes a service to collector mapping.
| Parameters: | service (str) – Name of the service of which the mapping should be deleted. |
|---|
get_mapping(**kwargs)¶Returns a service to collector mapping.
If the service is not specified, returns a list of mappings for the given collector.
| Parameters: |
|
|---|
get_state(**kwargs)¶Returns the state of a collector.
| Parameters: | name (str) – Name of the collector. |
|---|
set_state(**kwargs)¶Sets the state of the collector.
| Parameters: |
|
|---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.