環境グループ詳細取得
- Print
- PDF
環境グループ詳細取得
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Get
/api/environment_groups/{environment_group_id}
環境グループの詳細を取得します。
Security
API Key: ApiKeyAuth
Header parameter nameAuthorization
認証キーとなるAPI KEYをAuthorization: Token {{API KEY}}
の形式でヘッダーにセットします。
API KEYがabc123
の場合は、Authorization: Token abc123
とします。
API KEYの作成方法は、trocco APIについてを参照ください。
Path parameters
environment_group_id
integer (int64) Required
環境グループID
Responses
200
指定した環境グループの詳細を返します。
object
id
integer (int64)
環境グループID
Example1
name
string
環境グループ名
Exampleサンプル環境グループ
created_at
string
環境グループの作成日時
Example2023-08-23T03:00:00.000+09:00
updated_at
string
環境グループの更新日時
Example2023-08-23T03:00:00.000+09:00
400
Bad request.
不正なリクエストです。
401
Not authenticated.
API KEYが不正です。
404
Not found.
指定した環境グループが存在しません。
Was this article helpful?