Access Line Entry - Super OCN Flexible Connect API リファレンス (1.0)

Download OpenAPI specification:Download

概要

本APIでは、 Super OCN Flexible Connect が提供するリソースの参照・操作が可能です。

billing

課金設定を取得

課金設定を取得する

path Parameters
tenantId
required
string
header Parameters
X-Auth-Token
required
string

クライアントが Keystone を利用して取得した認証 Token

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/v1/tenants/{tenantId}/billing
http://api.ntt.com/ocnx-transit/v1/tenants/{tenantId}/billing

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "currentBillingType": "rate-limit",
  • "plannedBillingType": "traffic"
}

課金設定を変更

課金設定を変更する

path Parameters
tenantId
required
string
Request Body schema: application/json
plannedBillingType
string

Responses

200

OK

put/v1/tenants/{tenantId}/billing
http://api.ntt.com/ocnx-transit/v1/tenants/{tenantId}/billing

Request samples

Content type
application/json
No sample

Response samples

Content type
application/json
No sample