getDockerImageList
    • PDF

    getDockerImageList

    • PDF

    Article summary

    Available in VPC

    Views AI workspace's docker image list.

    Requests

    Request Parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    search.typeNameYESString- Docker image to view
    - Docker image typeName: tensorflow or pytorch

    Request headers

    See common guide.

    Request Bodies

    • JSON
        {
            "search": {
                "typeName": "string"
                }
        }
      
    • XML
        <?xml version="1.0" encoding="UTF-8"?>
        <GetAiWorkspaceDockerImageListRequest>
            <search>
                <typeName>string</typeName>
            </search>
        </GetAiWorkspaceDockerImageListRequest>
      

    Responses

    Response bodies

    • JSON
        {
            "dockerImages": {
                "additionalProp1": [
                "string"
                ],
                "additionalProp2": [
                "string"
                ],
                "additionalProp3": [
                "string"
                ]
            },
            "message": "success",
            "success": true
        }
      
    • XML
        <?xml version="1.0" encoding="UTF-8"?>
        <GetAiWorkspaceDockerImageListResponse>
            <success>true</success>
            <message>success</message>
            <dockerImages>
                <additionalProp1>string</additionalProp1>
                <additionalProp2>string</additionalProp2>
                <additionalProp3>string</additionalProp3>
            </dockerImages>
        </GetAiWorkspaceDockerImageListResponse>
      

    Errors

    See DataForest overview

    Examples

    Request Examples

    • HTTP
      POST https://df.apigw.ntruss.com/api/v2/aiworkspaces/getDockerImageList
      HOST: df.apigw.ntruss.com
      Content-Type: application/json
      x-ncp-apigw-timestamp: 1505290625682
      x-ncp-iam-access-key: D78BB444D6D3C84CA38A
      x-ncp-apigw-signature-v2: WTPItrmMIfLUk/UyUIyoQbA/z5hq9o3G8eQMolUzTEo=
      {
          "search": {
              "typeName": "tensorflow"
              }
      }
      
    • BASH
      curl -X POST "https://df.apigw.ntruss.com/api/v2/aiworkspaces/getDockerImageList" \
      -H "accept: application/json" \
      -H "Content-Type: application/json" \
      -H "x-ncp-apigw-timestamp:1505290625682" \
      -H "x-ncp-iam-access-key:D78BB444D6D3C84CA38A" \
      -H "x-ncp-apigw-signature-v2:WTPItrmMIfLUk/UyUIyoQbA/z5hq9o3G8eQMolUzTEo=" \
      -d "{ \"search\": { \"typeName\": \"tensorflow\" }}" \
      

    Response examples

    • HTTP

      HTTP StatusDescription
      200OK
    • BASH

      {
      "success": true,
      "dockerImages": {
          "tensorflow": [
          "r2.3.1-py3",
          "r2.1-py3",
          "r2.1",
          "r1.8",
          "r1.7-py3",
          "r1.7",
          "r1.6-py3",
          "r1.6",
          "r1.5-py3",
          "r1.4-py3",
          "r1.4",
          "r1.3",
          "r1.15-py3",
          "r1.15",
          "r1.14-py3",
          "r1.14",
          "r1.12-py3",
          "r1.12",
          "r1.11",
          "r1.10-py3",
          "r1.10"
              ]
          }
      }
      

    Was this article helpful?

    What's Next
    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.