NatCounts - Flexible InterConnect API リファレンス (1.5.0)
Download OpenAPI specification:Download
Flexible InterConnect > Support-Monitoring > NatCounts
本APIでは、Flexible InterConnectが提供するリソースの参照・操作が可能です。
指定したルーターに紐づくNATのセッション数情報の一覧の取得操作に関するAPIドキュメントです。
List NatCounts
指定したルーターに紐づくNATのセッション数情報の一覧を取得します。
path Parameters
tenantId required | string Example: 7884792c1e07424ba5e8ed44695ebbd4 テナントID (pattern: ^[0-9a-fA-F]{32}$) |
routerId required | string Example: F0000000000041 ルータID (pattern: ^F[0-9]{12}$) |
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 認証エラー
404
Not Found 未検出エラー
get/v1/flexible-ic/tenants/{tenantId}/routers/{routerId}/natCounts
https://api.ntt.com/fic-monitoring/v1/flexible-ic/tenants/{tenantId}/routers/{routerId}/natCounts
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all {- "natCounts": [
- {
- "ruleName": "rule-F022000000830-f1t2-001",
- "natType": "source",
- "counts": [
- {
- "time": "2023-11-10T04:35:10.478Z",
- "natCount": 352
}, - {
- "time": "2023-11-10T05:35:10.821Z",
- "natCount": 396
}, - {
- "time": "2023-11-10T06:35:10.287Z",
- "natCount": 416
}
]
}
]
}