Unused function, hack to let pecan route requests to subcontrollers.
Return the list of every services mapped to a collector.
collector (str
) – Filter on the collector name.
Service to collector mappings collection.
ServiceToCollectorMappingCollection
Return a service to collector mapping.
service (str
) – Name of the service to filter on.
ServiceToCollectorMapping
Create a service to collector mapping.
collector (str
) – Name of the collector to apply mapping on.
service (str
) – Name of the service to apply mapping on.
ServiceToCollectorMapping
Delete a service to collector mapping.
service (str
) – Name of the service to filter on.
Query the enable state of a collector.
name (str
) – Name of the collector.
State of the collector.
CollectorInfos
Set the enable state of a collector.
name (str
) – Name of the collector.
infos (CollectorInfos
) – New state informations of the collector.
State of the collector.
CollectorInfos
Return current configuration.
dict(str
: None
)
Get the metric list.
List of every metrics.
CloudkittyMetricInfoCollection
Return a metric.
metric_name (str
) – name of the metric.
CloudkittyMetricInfo
Get the service list (deprecated).
List of every services.
CloudkittyMetricInfoCollection
Return a service (deprecated).
service_name (str
) – name of the service.
CloudkittyMetricInfo
return the list of loaded modules.
name of every loaded modules.
CloudkittyModuleCollection
return a module
CloudKittyModule
CloudkittyModule
Change the state and priority of a module.
module_id (str
) – name of the module to modify
module (CloudkittyModule
) – CloudKittyModule object describing the new desired state
CloudkittyModule
Get an instant quote based on multiple resource descriptions.
res_data (CloudkittyResourceCollection
) – List of resource descriptions.
Total price for these descriptions.
float
Trigger a rating module list reload.
Return the summary to pay for a given period.
SummaryCollectionModel
Return the list of rated tenants.
list(str
)
Return the amount to pay for a given period.
Decimal
Return a list of rated resources for a time period and a tenant.
begin (datetime
) – Start of the period
end (datetime
) – End of the period
tenant_id (str
) – UUID of the tenant to filter on.
resource_type (str
) – Type of the resource to filter on.
Collection of DataFrame objects.
DataFrameCollection
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.