Download OpenAPI specification:Download
RICOH Live Streaming REST API は Live Streaming サービスの公開 REST API です。
本ページは料金・利用量集計 API の仕様について記載します。
RoomInstance について確定した値が算入されていることを保証しますRoomInstance の開始時刻が since 以降、until 未満のデータ、及び、その RoomInstance に付随する ConnectionInstance のデータに対して集計が行われますsince で指定可能な時刻は、現在時刻から過去 1 年以内until で指定可能な時刻は、since 以降 1 ヶ月以内approximate_total_cost および approximate_cost について| item_name | usage の単位 | 詳細 |
|---|---|---|
| connection_time | 分 | usage は ConnectionInstance 単位で接続時間の 1 分未満を切り捨てた値の合計値 |
| traffic_volume | GiB | usage はデータ通信量の合計値クライアントアプリ全体の集計の場合は合計値の 1GiB 未満を切り捨てた値 詳細は(*1)を参照してください |
| bitrate_reservation | 分 | sub_items は各予約帯域幅設定ごとの副項目のリスト各副項目の item_name は予約帯域幅の設定値 (Mbps) 各副項目の usage は RoomInstance 単位で接続時間の 1 分未満を切り捨てた値の合計値 |
room_spec の type が sfu または sfu_large の場合room_specの type が p2p_turn の場合| client_id required | string
|
| env | Array of strings (LSEnv) Default: ["prod","dev"] Items Enum: "prod" "dev"
|
| since required | string <date-time>
|
| until required | string <date-time>
|
{- "results": [
- {
- "classification_label": "string",
- "approximate_total_cost": 0,
- "items": [
- {
- "item_name": "string",
- "usage": 0,
- "approximate_cost": 0
}
]
}
]
}| client_id required | string
|
| classification_label required | string
|
| env | Array of strings (LSEnv) Default: ["prod","dev"] Items Enum: "prod" "dev"
|
| since required | string <date-time>
|
| until required | string <date-time>
|
{- "results": [
- {
- "classification_label": "string",
- "approximate_total_cost": 0,
- "items": [
- {
- "item_name": "string",
- "usage": 0,
- "approximate_cost": 0
}
]
}
]
}| client_id required | string
|
| env | Array of strings (LSEnv) Default: ["prod","dev"] Items Enum: "prod" "dev"
|
| since required | string <date-time>
|
| until required | string <date-time>
|
| starts_with | string
|
{- "results": [
- {
- "classification_label": "string",
- "approximate_total_cost": 0,
- "items": [
- {
- "item_name": "string",
- "usage": 0,
- "approximate_cost": 0
}
]
}
]
}