Return the list of every mapping type available.
list(str
)
Get the service list
List of every services.
ServiceCollection
Return a service.
service_id (uuid
) – UUID of the service to filter on.
Service
Create hashmap service.
service_data (Service
) – Informations about the service to create.
Service
Delete the service and all the sub keys recursively.
service_id (uuid
) – UUID of the service to delete.
Get the field list.
service_id (uuid
) – Service’s UUID to filter on.
List of every fields.
FieldCollection
Return a field.
field_id (uuid
) – UUID of the field to filter on.
Field
Create a field.
field_data (Field
) – Informations about the field to create.
Field
Delete the field and all the sub keys recursively.
field_id (uuid
) – UUID of the field to delete.
Get the mapping list
service_id (uuid
) – Service UUID to filter on.
field_id (uuid
) – Field UUID to filter on.
group_id (uuid
) – Group UUID to filter on.
no_group (bool
) – Filter on orphaned mappings.
tenant_id (uuid
) – Tenant UUID to filter on.
filter_tenant (bool
) – Explicitly filter on tenant (default is to not
filter on tenant). Useful if you want to filter
on tenant being None.
List of every mappings.
MappingCollection
Return a mapping.
mapping_id (uuid
) – UUID of the mapping to filter on.
Mapping
Create a mapping.
mapping_data (Mapping
) – Informations about the mapping to create.
Mapping
Update a mapping.
mapping_id (uuid
) – UUID of the mapping to update.
mapping (Mapping
) – Mapping data to insert.
Delete a mapping.
mapping_id (uuid
) – UUID of the mapping to delete.
Get the group attached to the mapping.
mapping_id (uuid
) – UUID of the mapping to filter on.
Group
Get the group list
List of every group.
GroupCollection
Return a group.
group_id (uuid
) – UUID of the group to filter on.
Group
Create a group.
group_data (Group
) – Informations about the group to create.
Group
Delete a group.
group_id (uuid
) – UUID of the group to delete.
recursive (bool
) – Delete mappings recursively.
Get the mappings attached to the group.
group_id (uuid
) – UUID of the group to filter on.
MappingCollection
Get the thresholds attached to the group.
group_id (uuid
) – UUID of the group to filter on.
ThresholdCollection
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.