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: - APIBase- resource_mapping = [(<class 'keystone.api.endpoints.EndpointsResource'>, '/endpoints', None, {}, ('https://docs.openstack.org/api/openstack-identity/3/rel/endpoints', 'stable', {})), (<class 'keystone.api.endpoints.EndpointResource'>, '/endpoints/<string:endpoint_id>', None, {}, ('https://docs.openstack.org/api/openstack-identity/3/rel/endpoint', 'stable', {'endpoint_id': 'https://docs.openstack.org/api/openstack-identity/3/param/endpoint_id'})), (<class 'keystone.api.endpoints.EndpointPolicyEndpointResource'>, '/endpoints/<string:endpoint_id>/OS-ENDPOINT-POLICY/policy', None, {}, ('https://docs.openstack.org/api/openstack-identity/3/ext/OS-ENDPOINT-POLICY/1.0/rel/endpoint_policy', 'stable', {'endpoint_id': 'https://docs.openstack.org/api/openstack-identity/3/param/endpoint_id'}))]¶
 
- class keystone.api.endpoints.EndpointPolicyEndpointResource[source]¶
- Bases: - Resource- methods: t.ClassVar[t.Collection[str] | None] = {'GET'}¶
- The methods this view is registered for. Uses the same default ( - ["GET", "HEAD", "OPTIONS"]) as- routeand- add_url_ruleby default.
 
- class keystone.api.endpoints.EndpointResource[source]¶
- Bases: - ResourceBase- collection_key: str = 'endpoints'¶
 - member_key: str = 'endpoint'¶
 - methods: t.ClassVar[t.Collection[str] | None] = {'DELETE', 'GET', 'PATCH'}¶
- The methods this view is registered for. Uses the same default ( - ["GET", "HEAD", "OPTIONS"]) as- routeand- add_url_ruleby default.
 
- class keystone.api.endpoints.EndpointsResource[source]¶
- Bases: - ResourceBase- collection_key: str = 'endpoints'¶
 - get_member_from_driver¶
 - member_key: str = 'endpoint'¶
 - methods: t.ClassVar[t.Collection[str] | None] = {'GET', 'POST'}¶
- The methods this view is registered for. Uses the same default ( - ["GET", "HEAD", "OPTIONS"]) as- routeand- add_url_ruleby default.
 
