keystone/api-ref/source/v2-admin/admin-endpoints_parameters.yaml
Boris Bobrov 5d42b3e577 Add v2.0 /endpoints/ api-ref
Change-Id: I5f1b93251f9256f40394fda56b3c3f16227fafe5
Closes-Bug: 1569384
2016-07-15 04:58:13 +00:00

72 lines
1.3 KiB
YAML

# variables in header
# variables in path
id_path:
description: |
Endpoint ID
in: path
required: true
type: string
# variables in query
# variables in body
adminurl:
description: |
Admin URL
in: body
required: true
type: string
endpoint:
description: |
Endpoint object. Contains ``publicURL``, ``adminURL``,
``internalURL``, ``id`` and ``region`` for the endpoint.
in: body
required: true
type: object
endpoint_create:
description: |
Endpoint object, containing ``region``, ``service_id``,
``publicurl``, ``adminurl``, ``internalurl``.
in: body
required: true
type: object
endpoints_list:
description: |
One or more ``endpoint`` objects. Each object
shows the ``adminURL``, ``region``, ``internalURL``, ``id``, and
``publicURL`` for the endpoint.
in: body
required: true
type: list
id:
description: |
Endpoint ID
in: body
required: true
type: string
internalurl:
description: |
Internal URL
in: body
required: true
type: string
publicurl:
description: |
Public URL
in: body
required: true
type: string
region:
description: |
Region of the endpoint
in: body
required: true
type: string
service_id:
description: |
Service ID
in: body
required: true
type: string