反映予定コンフィグ

GET /user/:user_code/sa/:sa_code/config/preview/:module_id/plain

指定したモジュールのテキスト形式の反映予定コンフィグを取得する

詳細

リクエスト

パラメータ無し

レスポンス

Body

コンフィグ(テキスト)

サンプル

リクエスト

URL
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/sa/tss99990001/config/preview/0/plain

レスポンス

Header
Content-Type: text/plain
Body
hostname "sample"
interface lan0 add 192.168.0.1/24
interface lan1 add dhcp
route add default dhcp
telnetd enable

GET /user/:user_code/sa/:sa_code/config/preview/:module_id/binary

指定したモジュールのバイナリ形式の反映予定コンフィグを取得する

詳細

リクエスト

パラメータ無し

レスポンス

Header
Content-Type: application/octet-stream
Body

コンフィグ(バイナリ)

サンプル

リクエスト

URL
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/sa/tss99990001/config/preview/0/binary

レスポンス

Header
Content-Type: application/octet-stream
Body

コンフィグ(バイナリ)