describe-endpoints

Description

Describe the endpoints info.

If endpoint_id is specified, the corresponding endpoint is displayed. Ifendpoint_id is not specified, the endpoint is displayed in a list.

Synopsis

$ abeja model describe-endpoints [--help]
Usage: abeja model describe-endpoints [OPTIONS]

  Get to endpoint or endpoint list

Options:
  -d, --deployment_id TEXT  Deployment identifier  [required]
  -e, --endpoint_id TEXT    Endpoint identifier
  --help                    Show this message and exit.

Options

-d, --deployment_id

Specify deployment_id when create-deployment is created.

-e, --endpoint_id

Specify endpoint_id when create-endpoint is created.

Example

Describe of specified endpoint

Command:

$ abeja model describe-endpoints --deployment_id 3456789012345 --endpoint_id pnt-5678901234567

Output:

{
  "custom_alias": "default",
  "endpoint_id": "pnt-5678901234567",
  "service_alias": "v01"
}