keystone.api.endpoints module

class keystone.api.endpoints.EndpointAPI(blueprint_url_prefix='', api_url_prefix='', default_mediatype='application/json', decorators=None, errors=None)[source]

Bases: keystone.server.flask.common.

resource_mapping = [resource_map(resource=<class 'keystone.api.endpoints.EndpointPolicyEndpointResource'>, url='/endpoints/<string:endpoint_id>/OS-ENDPOINT-POLICY/policy', alternate_urls=None, kwargs={}, json_home_data=json_home_data(rel='https://docs.openstack.org/api/openstack-identity/3/ext/OS-ENDPOINT-POLICY/1.0/rel/endpoint_policy', status='stable', path_vars={'endpoint_id': 'https://docs.openstack.org/api/openstack-identity/3/param/endpoint_id'}))]
resources = [<class 'keystone.api.endpoints.EndpointResource'>]
class keystone.api.endpoints.EndpointPolicyEndpointResource[source]

Bases: flask_restful.Resource

get(endpoint_id)[source]
methods: Optional[List[str]] = {'GET'}

A list of methods this view can handle.

class keystone.api.endpoints.EndpointResource[source]

Bases: keystone.server.flask.common.ResourceBase

collection_key = 'endpoints'
delete(endpoint_id)[source]
get(endpoint_id=None)[source]
get_member_from_driver
member_key = 'endpoint'
methods: Optional[List[str]] = {'DELETE', 'GET', 'PATCH', 'POST'}

A list of methods this view can handle.

patch(endpoint_id)[source]
post()[source]