Area - Flexible InterConnect API リファレンス (2.0.0)
Download OpenAPI specification:Download
List Areas
エリア情報の一覧を取得します。
query Parameters
id | string <uuid> ^[0-9a-f]{32}$ Example: id=ff2dfc4597754581a9a97ea32b853bca エリアID |
name | string Enum: "JPEAST" "JPWEST" Example: name=JPEAST エリア名 ‘JPEAST’または’JPWEST’ |
number | integer Example: number=1 エリア番号 |
header Parameters
Content-Type required | string Value: "application/json" |
X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
200
OK 成功しました
400
Bad Request リクエストが不正
401
Unauthorized 認証エラー
409
Conflict 競合エラー
get/v1/areas
https://api.ntt.com/fic-eri/v1/areas
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all {- "areas": {
- "id": "e89a53c7ca2c48f4a655030e365add86",
- "name": "JPEAST",
- "description": "Japan East",
- "number": 1,
- "isPublic": true,
- "enabled": true
}
}