GPU 서버 코드 조회
    • PDF

    GPU 서버 코드 조회

    • PDF

    Article summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    GPU 서버 코드 목록을 조회합니다.

    GET https://nsml.apigw.ntruss.com/nsml/v1/server-products
    

    응답

    필드명타입설명비고
    serverProductList[].gpuSvrCodeIntegerGPU 서버 코드
    serverProductList[].nodeCountsArray해당 서버코드에서 사용가능한 노드(VM, BM) 개수
    serverProductList[].useTypeStringGPU 서버 타입TRAIN, DEV (TRAIN : 학습용으로 사용, DEV : notebook 용으로 사용)
    serverProductList[].serverProductCodeString서버 상품 코드
    serverProductList[].engFullNameStringGPU 서버 영문이름실제 NSML 상품에서 보이는 이름
    serverProductList[].isBareMetalBooleanBareMetal 여부

    응답 Status

    HTTP StatusDesc
    200OK
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    406Not Accepted
    500Internal Server Error

    예시

    요청 예시

    GET /nsml/v1/server-products
    
    Host: nsml.apigw.ntruss.com
    accept: application/json
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    x-ncp-apigw-api-key: {apigw-api-key}
    

    응답 예시

    {
      "serverProductList": [
        {
          "gpuSvrCode": 1,
          "nodeCounts": [
            1
          ],
          "useType": "DEV",
          "serverProductCode": "SVR.VSVR.STAND.C002.M008.NET.SSD.B050.G002",
          "productName": "cpu.2ea",
          "engFullName": "Notebook(4vCPU, 16GB Mem)",
          "isBareMetal": false
        }
      ],
      "totalCount": 2
    }
    

    Was this article helpful?

    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.