プライベートネットワーク/V情報取得

API情報
API種別メソッドURI対象名称実行
契約、設定GET/:GisServiceCode/private-networks/:IvlServiceCode.jsonプライベートネットワーク/Vプライベートネットワーク/V情報取得同期
  • 指定したプライベートネットワーク/V IvlServiceCodeの詳細情報を取得します


リクエストパラメータ

パラメータ必須意味
URLGisServiceCodeP2契約のサービスコードgis########
 IvlServiceCodeプライベートネットワーク/Vのサービスコードivl########
レスポンス
フィールドタイプ意味
LabelStringラベル文字列
ContractStatusString契約状態 
StartDateString利用開始日YYYYMMDD
StopDateString解約予定日YYYYMMDD
NetworkAddressStringプライベートネットワーク/Vで利用されているネットワークアドレスIPv4アドレス/ネットマスク長
AttachedVirtualServerListArrayプライベートネットワーク/Vに接続されたリソース一覧オブジェクトの配列
AttachedVirtualServerList.ServiceCodeStringサービスコードivm########, ivd########, ifl########
AttachedVirtualServerList.URIString情報へアクセスするためのURIURI
AttachedVirtualServerList.TypeString仮想サーバ品目 
AttachedVirtualServerList.OSTypeStringOS種別"Linux", "Windows"
AttachedVirtualServerList.MacAddressString接続されたネットワークインターフェイスのMACアドレスxx-xx-xx-xx-xx-xx
AttachedFwLbListArrayプライベートネットワーク/Vに接続されたFW+LB一覧オブジェクトの配列
AttachedFwLbList.ServiceCodeStringサービスコードivm########, ifl########, ilb########
AttachedFwLbList.URIString情報へアクセスするためのURIURI
AttachedFwLbList.NetworkInterfaceStringインターナルか、エクスターナルか

"Internal", "External" 

AttachedFwLbList.IpAddressStringIPアドレスIPv4アドレス
AttachedUomGatewayObjectプライベートネットワーク/Vが接続された監視・運用ゲートウェイ
AttachedUomGateway.ServiceCodeStringIIJ GIO統合運用管理サービスのサービスコードuom########
AttachedUomGateway.IPv4.IpAddressString監視・運用ゲートウェイに設定されたゲートウェイアドレスIPv4アドレス
AttachedBestEffortFwLbListArrayプライベートネットワーク/Vに接続されたFW+LBベストエフォートタイプ一覧オブジェクトの配列
AttachedBestEffortFwLbList.ServiceCodeStringサービスコードilb########
AttachedBestEffortFwLbList.URIString

情報へアクセスするためのURI


URI
AttachedBestEffortFwLbList.NetworkInterfaceStringインターナルか、エクスターナルか"Internal" "External"
AttachedBestEffortFwLbList.IpAddressStringIPアドレスIPアドレス
AttachedFirewallListArrayプライベートネットワーク/Vに接続されたファイアウォール一覧オブジェクトの配列
AttachedFirewallList.ServiceCodeStringサービスコードifw########
AttachedFirewallList.URIString情報へアクセスするためのURIURI
AttachedFirewallList.NetworkInterfaceStringインターナルか、エクスターナルか"Internal" "External"
AttachedFirewallList.IpAddressStringIPアドレスIPアドレス
MonitoringIpAddressListArrayプライベートネットワーク/V上で登録された監視用IPアドレスオブジェクトの配列
MonitoringIpAddressList.MonitoringTargetServiceCodeString監視対象となるホストのサービスコードivm########, ifl########, ilb########
MonitoringIpAddressList.HostIpAddressString監視対象のホストIPアドレスIPv4アドレス
MonitoringIpAddressList.MonitoringIpAddressString監視用IPアドレスIPv4アドレス
エラーコード
  • このAPIに関する個別エラーはありません。
  • 共通エラーコードはエラーレスポンスを参照して下さい


制限
  • 特になし


サンプル

リクエストボディ

無し

レスポンス (JSON)

{
    "RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx",
    "Label": "XXXXX",
    "ContractStatus": "InService",
    "StartDate": "YYYYMMDD",
    "StopDate": "",
    "NetworkAddress": "192.168.10.0/24",
    "AttachedVirtualServerList": [
        {
            "ServiceCode": "ivm#######1",
            "URI": "",
            "Type": "VG1-3",
            "OSType": "Linux",
            "MacAddress": "12-34-56-78-9a-bc"
        }, 
        {
            "ServiceCode": "ivm#######2",
            "URI": "",
            "Type": "VG1-3",
            "OSType": "Linux",
            "MacAddress": "12-34-56-78-9a-bd"
        }, 
        {
            "ServiceCode": "ivd#######1",
            "URI": "",
            "Type": "VD16-192-FIPX",
            "OSType": "Windows",
            "MacAddress": "12-34-56-78-9a-be"
        }
    ],
    "AttachedFwLbList": [
        {
            "ServiceCode": "ifl#######1",
            "URI": "",
            "NetworkInterface": "Internal",
            "IpAddress": "192.168.10.2"
        }
    ],
    "AttachedBestEffortFwLbList": [
        {
            "ServiceCode": "ilb#######1",
            "URI": "",
            "NetworkInterface": "Internal",
            "IpAddress": "192.168.10.3"
        }
    ],
    "AttachedFirewallList": [
        {
            "ServiceCode": "ifw#######1",
            "URI": "",
            "NetworkInterface": "Internal",
            "IpAddress": "192.168.10.4"
        }
    ],
    "AttachedUomGateway": {
        "ServiceCode": "uom99308605",
        "IPv4": {
            "IpAddress": "192.168.10.7",
        }
    },
   "MonitoringIpAddressList": [
        {
            "MonitoringTargetServiceCode":  "ivm#######1",
            "HostIpAddress": "192.168.10.11",
            "MonitoringIpAddress": "10.1.0.8"
        }
    ]
}