createPublicIpInstance
    • PDF

    createPublicIpInstance

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    グローバルIPインスタンスを作成します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    グローバルIPインスタンスが作成されるリージョン(Region)を決定できる
    regionCodeはgetRegionListアクションを通じて取得できる
    デフォルト:getRegionList照会結果の最初のリージョンを選択
    serverInstanceNoNoString- サーバインスタンス番号
    作成されるグローバルIPインスタンスが割り当てられるサーバインスタンスを決定できる
    serverInstanceNoはgetServerInstanceListアクションを通じて取得できる
    publicIpDescriptionNoString最小:0, 最大:1000 Bytes作成するグローバルIPについての説明
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    オプション:xml | json
    デフォルト:xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/createPublicIpInstance
    ?regionCode=KR
    &serverInstanceNo=***4299
    

    レスポンス例

    <createPublicIpInstanceResponse>
      <requestId>97f84e7a-f03d-4bce-9e7f-b3a83c812a3d</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <publicIpInstanceList>
        <publicIpInstance>
          <publicIpInstanceNo>***7551</publicIpInstanceNo>
          <publicIp>***.***.111.215</publicIp>
          <publicIpDescription></publicIpDescription>
          <createDate>2020-08-19T16:33:10+0900</createDate>
          <publicIpInstanceStatusName>作成中</publicIpInstanceStatusName>
          <publicIpInstanceStatus>
            <code>INIT</code>
            <codeName>init</codeName>
          </publicIpInstanceStatus>
          <serverInstanceNo>***4299</serverInstanceNo>
          <serverName>test-***</serverName>
          <privateIp>***.***.1.6</privateIp>
          <publicIpInstanceOperation>
            <code>CREAT</code>
            <codeName>CREATE OP</codeName>
          </publicIpInstanceOperation>
        </publicIpInstance>
      </publicIpInstanceList>
    </createPublicIpInstanceResponse>
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.