IoT Connect Gateway コンフィグマネージャー APIリファレンス (1.0.0)

Download OpenAPI specification:Download

IoT Connect Gateway コンフィグマネージャー APIリファレンス

デバイスエンドポイント(バージョン指定なし)

コンフィグとコンフィグステータスを取得するためのデバイス用API。デバイスからのIPアドレス情報をもとにSIMを判別し、レスポンスを生成する。

コンフィグを取得する

エントリポイントfull_pathのコンフィグを取得する。

本APIは/v1/{full_path}にリダイレクトされる。

path Parameters
full_path
required
string
Example: apache.conf

エントリーポイント

header Parameters
content-length
string
Example: 0

Responses

200

OK

404

Not Found

get/{full_path}
http://config-an1.icgw.ntt.com/{full_path}

Response samples

Content type
text/plain
Copy
A Sample Config

コンフィグステータスを取得する

エントリポイントfull_pathのコンフィグステータスを取得する。

本APIは/v1/status/{full_path}にリダイレクトされる。

path Parameters
full_path
required
string
Example: apache.conf

エントリーポイント

header Parameters
content-length
string
Example: 0

Responses

200

OK

404

Not Found

get/status/{full_path}
http://config-an1.icgw.ntt.com/status/{full_path}

Response samples

Content type
Copy
Expand all Collapse all
{}

コンフィグステータスの一覧を取得する

デバイスが利用可能なコンフィグステータスの一覧を取得する。

本APIは/v1/statusにリダイレクトされる。

header Parameters
content-length
string
Example: 0

Responses

200

OK

404

Not Found

get/status
http://config-an1.icgw.ntt.com/status

Response samples

Content type
application/json
Copy
Expand all Collapse all
{}

デバイスエンドポイント(v1)

コンフィグとコンフィグステータスを取得するためのデバイス用API。デバイスからのIPアドレス情報をもとにSIMを判別し、レスポンスを生成する。

コンフィグを取得する

エントリポイントfull_pathのコンフィグを取得する。

path Parameters
full_path
required
string
Example: apache.conf

エントリーポイント

header Parameters
content-length
string
Example: 0

Responses

200

OK

404

Not Found

get/v1/{full_path}
http://config-an1.icgw.ntt.com/v1/{full_path}

Response samples

Content type
text/plain
Copy
A Sample Config

コンフィグステータスを取得する

エントリポイントfull_pathのコンフィグステータスを取得する。

path Parameters
full_path
required
string
Example: apache.conf

エントリーポイント

header Parameters
content-length
string
Example: 0

Responses

200

OK

404

Not Found

get/v1/status/{full_path}
http://config-an1.icgw.ntt.com/v1/status/{full_path}

Response samples

Content type
Copy
Expand all Collapse all
{}

コンフィグステータスの一覧を取得する

デバイスが利用可能なコンフィグステータスの一覧を取得する。

header Parameters
content-length
string
Example: 0

Responses

200

OK

404

Not Found

get/v1/status
http://config-an1.icgw.ntt.com/v1/status

Response samples

Content type
application/json
Copy
Expand all Collapse all
{}