프로젝트 생성
    • PDF

    프로젝트 생성

    • PDF

    記事の要約

    最新のコンテンツが反映されていません。早急にアップデート内容をご提供できるよう努めております。最新のコンテンツ内容は韓国語ページをご参照ください。

    Project를 생성합니다.

    POST https://nsml.apigw.ntruss.com/nsml/v1/projects
    

    요청

    요청 파라미터

    필드명타입설명비고
    projectNameStringProject 이름영어, 숫자, '-'의 특수문자만 허용하며 영어로 시작해야 합니다. '-'를 연속으로 사용할 수 없습니다.
    nasVolumeSizeIntegerNAS Volume 크기500GB~5000GB이며, 100GB 단위로 추가 가능
    noteStringProject note

    응답

    응답 Status

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

    예시

    요청 예시

    POST /nsml/v1/projects
    
    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}
    
    {
      "projectName": "test-project-1",
      "nasVolumeSize": 500,
      "note": "sample note"
    }
    

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

    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.