get-data-box-infra-list
    • PDF

    get-data-box-infra-list

    • PDF

    Article summary

    Views the list of infrastructure of Data Box in Data Box Frame.

    GET https://{endpoint}/data-box/get-data-box-infra-list
    

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    dataBoxFrameNoYesIntegerData Box Frame number
    dataBoxNoYesIntegerData Box number

    Responses

    HTTP status codeDescription
    200Succeeded
    400Request information error
    401Authentication failed
    403No permission for request information
    404Resource does not exist
    500Server error

    Examples

    Request examples

    GET https://databoxframe.apigw.ntruss.com/api/v1/data-box/get-data-box-infra-list?dataBoxFrameNo=1046&dataBoxNo=194
    

    Response examples

    {
      "totalCount": 5,
      "content": [
        {
          "productCode": "CON",
          "productType": "Connect Server",
          "prodSpecId": 4002,
          "instanceNo": "-",
          "instanceName": "conn-1046-194-1",
          "blockStorageInstanceNo": "-",
          "blockStorageSize": "500",
          "privateIp": "-.-.-.-",
          "specName": "Connect Windows Server (C2 W1 : 2vCPU 4GB Mem)",
          "connectInfo1": "ncp1",
          "connectInfo2": "ncp2",
          "statusCode": "USE",
          "statusName": "Using",
          "instanceStatusCode": "RUN"
        },
        {
          "productCode": "SVR_LNX_CENT",
          "productType": "Linux Server(CentOS)",
          "prodSpecId": 6001,
          "instanceNo": "-",
          "instanceName": "svrlnx-1046-194-2",
          "blockStorageInstanceNo": "-",
          "blockStorageSize": "500",
          "privateIp": "-.-.-.-",
          "specName": "CPU Linux Server (S2 L1 : 2vCPU 8GB Mem)",
          "connectInfo1": "root",
          "statusCode": "USE",
          "statusName": "Using",
          "instanceStatusCode": "RUN"
        },
        {
          "productCode": "SVR_LNX_UBUNTU",
          "productType": "Linux Server(Ubuntu)",
          "prodSpecId": 6101,
          "instanceNo": "-",
          "instanceName": "svrlnx-1046-194-1",
          "blockStorageInstanceNo": "-",
          "blockStorageSize": "500",
          "privateIp": "-.-.-.-",
          "specName": "CPU Linux Server (S2 L1 : 2vCPU 8GB Mem)",
          "connectInfo1": "root",
          "statusCode": "USE",
          "statusName": "Using",
          "instanceStatusCode": "RUN"
        },
        {
          "productCode": "TF_CPU",
          "productType": "TensorFlow Server(CPU)",
          "prodSpecId": 7002,
          "instanceNo": "-",
          "instanceName": "tfcpu-1046-194-1",
          "blockStorageInstanceNo": "-",
          "blockStorageSize": "500",
          "privateIp": "-.-.-.-",
          "specName": "Tensorflow CPU Linux Server (S8-L1 : 8vCPU 32GB Mem)",
          "connectInfo1": "root",
          "statusCode": "USE",
          "statusName": "Using",
          "instanceStatusCode": "RUN"
        },
        {
          "productCode": "NAS",
          "productType": "NAS",
          "instanceNo": "-",
          "instanceName": "nasw194n1",
          "specName": "600",
          "connectInfo1": "/mnt/nasw194n1",
          "statusCode": "USE",
          "statusName": "Using"
        }
      ]
    }
    

    Property

    ItemRequirement statusTypeRestrictionsDescription
    totalCountYesIntegerTotal quantity of infrastructure of Data Box
    productCodeYesStringProduct Code
    productTypeYesStringProduct detailed type
    prodSpecIdYesIntegerProduct Spec Code
    instanceNoYesStringInstance number of the server
    instanceNameYesStringInstance name of the server
    blockStorageInstanceNoNoStringBlock Storage Instance number mounted on the server
    blockStorageSizeNoStringBlock Storage size (server without Block Storage not exposed)
    privateIpNoStringServer's private IP (NAS not exposed)
    specNameYesStringSpec name of the server (NAS: size)
    connectionInfo1NoStringAccess account name of the server (NAS: mount path)
    connectionInfo2NoStringSecond account name of the connect server
    statusCodeYesStringInfrastructure status code
    statusNameYesStringStatus name of the infrastructure
    instanceStatusCodeNoStringCurrent status code of the server (NAS: not exposed)

    Error codes

    HTTP Status CodeReturn codeDescription
    200-General successful request
    40010001,
    130***
    Request information and parameter error
    40310002No permission for request information
    40410009Resource does not exist
    500130000Internal service error
    500139999Integration service API call error

    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.