Services
Gets a page of service objects.
Args: filter_model: Filter model used for pagination, sorting, filtering. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: Page of service objects.
Logical Ops to use to combine filters on list methods.
Creates a new service.
Args: service: The service to create. project_name_or_id: Optional name or ID of the project.
Returns: The created service.
Service type descriptor.
Attributes: type: service type flavor: service flavor name: name of the service type description: description of the service type logo_url: logo of the service type
The fully qualified class name of the service implementation.
The administrative state of the service, e.g., ACTIVE, INACTIVE.
Possible states for the service and service endpoint.
A dictionary containing configuration parameters for the service.
Gets a specific service using its unique ID.
Args: service_id: The ID of the service to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: A specific service object.
Updates a service.
Args: service_id: The ID of the service to update. update: The model containing the attributes to update.
Returns: The updated service object.
The administrative state of the service, e.g., ACTIVE, INACTIVE.
Possible states for the service and service endpoint.
The fully qualified class name of the service implementation.
Last updated
Was this helpful?