MENU
      getHypervisorTypeList

        getHypervisorTypeList


        記事の要約

        VPC環境で利用できます。

        概要

        ハイパーバイザタイプリストを照会します。

        リクエスト

        リクエストパラメータ

        パラメータ名要否タイプ制約事項説明
        regionCodeNoString- リージョンコード
        ハイパーバイザタイプリストが照会されるリージョン(Region)を決定できる
        regionCodeは、getRegionListアクションを通じて取得できる
        Default: getRegionList照会結果の最初のリージョンを選択する
        responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
        Options : xml | json
        Default : xml

        レスポンス

        レスポンスボディ

        リクエスト例

        GET {API_URL}/getHypervisorTypeList
        ?regionCode=KR
        HTTP

        レスポンス例

        <getHypervisorTypeListResponse>
          <requestId></requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>2</totalRows>
          <hypervisorTypeList>
            <hypervisorType>
                <code>XEN</code>
                <codeName>XEN</codeName>
            </hypervisorType>
            <hypervisorType>
                <code>KVM</code>
                <codeName>KVM</codeName>
            </hypervisorType>
          </hypervisorTypeList>
        </getHypervisorTypeListResponse>
        XML

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

        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.