Endpoints ========= Each service should have one or more related endpoints. An endpoint is essentially a base URL for an API, along with some metadata about the endpoint itself and represents a set of URL endpoints for OpenStack web services. .. osdoc:: https://docs.openstack.org/api-ref/identity/v3/index.html#service-catalog-and-endpoints .. |models| replace:: endpoints .. include:: /common/service.rst Create ------ .. sample:: Identity/v3/endpoints/create.php Read ---- .. sample:: Identity/v3/endpoints/read.php Update ------ .. sample:: Identity/v3/endpoints/update.php Delete ------ .. sample:: Identity/v3/endpoints/delete.php List -------------- .. sample:: Identity/v3/endpoints/list.php