osc identity endpoint set
Updates an endpoint.
Relationship: https://docs.openstack.org/api/openstack-identity/3/rel/endpoint
Usage: osc identity endpoint set [OPTIONS] <ID>
Arguments:
<ID>— endpoint_id parameter for /v3/endpoints/{endpoint_id} API
Options:
-
--description <DESCRIPTION>— The endpoint description. It is returned only when set on the resource -
--no-description— Set explicit NULL for the description -
--enabled <ENABLED>— Indicates whether the endpoint appears in the service catalog: -false. The endpoint does not appear in the service catalog. -true. The endpoint appears in the service catalogPossible values:
true,false -
--interface <INTERFACE>— The interface type, which describes the visibility of the endpoint. Value is: -public. Visible by end users on a publicly available network interface. -internal. Visible by end users on an unmetered internal network interface. -admin. Visible by administrative users on a secure network interfacePossible values:
admin,internal,public -
--name <NAME>— (Deprecated) The endpoint name. The field will only be returned in responses when set on the resource.This field is deprecated as it provides no value. Endpoints are better described by the combination of service, region and interface they describe or by their ID.
-
--region <REGION>— (Deprecated in v3.2) The geographic location of the service endpoint -
--no-region— Set explicit NULL for the region -
--region-id <REGION_ID>— (Since v3.2) The ID of the region that contains the service endpoint -
--no-region-id— Set explicit NULL for the region_id -
--service-id <SERVICE_ID>— The UUID of the service to which the endpoint belongs -
--url <URL>— The endpoint URL