getCloudMongoDbProductList
    • PDF

    getCloudMongoDbProductList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    使用可能な Cloud DB for MongoDBのサーバスペックコードリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    Cloud DB for MongoDBの商品コードリストを照会するリージョン(Region)を決定可能
    regionCodeは、getRegionListアクションを通じて取得可能
    Default: getRegionList照会結果の最初のリージョンを選択
    zoneCodeNoString- ZONEコード
    Cloud DB for MongoDBの商品コードリストを照会する Zoneを決定可能
    zoneCodeは、getZoneListアクションを通じて取得可能
    cloudMongoDbImageProductCodeYesString- Cloud DB for MongoDBの画像商品コード
    Cloud DB for MongoDBの画像商品で作成可能なサーバスペック商品リストを照会
    cloudMongoDbImageProductCodeは、getCloudMongoDbImageProductListアクションを通じて取得可能
    productCodeNoString- 照会する Cloud DB for MongoDBの商品コード
    productCodeは、getCloudMongoDbProductListアクションを通じて取得可能
    infraResourceDetailTypeCodeNoString- Cloud for MongoDbのその他のサーバ infraの詳細商品コード
    Options : MNGOD | MNGOS | ARBIT | CFGSV
    exclusionProductCodeNoString- 除外する Cloud DB for MongoDBの商品コード
    exclusionProductCodeは、getCloudMongoDbProductListアクションを通じて取得可能
    outputNoString- レスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : json

    レスポンス

    レスポンスデータのタイプ

    • ProductListのタイプ
    ProductList extends CommonResponse
    private Integer totalRows;
    private List<Product> cloudMongoDbInstanceList = new ArrayList<>();
    Product
    private String productCode;
    private String productName;
    private CommonCode productType;
    private String productDescription;
    private CommonCode infraResourceType;
    private CommonCode infraResourceDetailType;
    private Integer cpuCount;
    private Long memorySize;
    private Long osMemorySize;
    private Long baseBlockStorageSize;
    private CommonCode platformType;
    private String osInformation;
    private CommonCode diskType;
    private String dbKindCode;
    private Long addBlockStorageSize;
    private String generationCode;

    呼び出し

    ncloud vmongodb getCloudMongoDbProductList --regionCode KR --cloudMongoDbImageProductCode SW.VMGDB.LNX64.CNTOS.0708.MNGDB.402.CE.B050 --productCode SVR.VMGDB.MNGOS.STAND.C002.M008.NET.SSD.B050.G002 --infraResourceDetailTypeCode MNGOS --exclusionProductCode SVR.VMGDB.MNGOS.HICPU.C004.M008.NET.SSD.B050.G00
    

    レスポンス

    <getCloudMongoDbProductListResponse>
        <requestId>ff561dbb-fbdf-481e-891f-0447f2cc61eb</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <productList>
            <product>
                <productCode>SVR.VMGDB.MNGOS.STAND.C002.M008.NET.SSD.B050.G002</productCode>
                <productName>vCPU 2EA, Memory 8GB</productName>
                <productType>
                    <code>STAND</code>
                    <codeName>Standard</codeName>
                </productType>
                <productDescription>vCPU 2個、メモリ 8GB、[SSD] ディスク50GB</productDescription>
                <infraResourceType>
                    <code>VMGDB</code>
                    <codeName>Cloud DB For MongoDB (VPC)</codeName>
                </infraResourceType>
                <infraResourceDetailType>
                    <code>MNGOS</code>
                    <codeName>Mongos (Router)</codeName>
                </infraResourceDetailType>
                <cpuCount>2</cpuCount>
                <memorySize>8589934592</memorySize>
                <diskType>
                    <code>NET</code>
                    <codeName>Network Storage</codeName>
                </diskType>
            </product>
        </productList>
    </getCloudMongoDbProductListResponse>
    

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

    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.