describe-endpoints

説明

エンドポイントの情報を取得します。 endpoint_id を指定すれば該当エンドポイントが、 endpoint_id を指定しなければエンドポイントが一覧で表示されます。

概要

$ 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.

オプション

-d, --deployment_id

create-deployment を作成した際の deployment_id を指定します。

-e, --endpoint_id

create-endpoint を作成した際の endpoint_id を指定します。

指定したエンドポイントの情報の取得

コマンド:

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

出力:

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