getKerberosKeytab
    • PDF

    getKerberosKeytab

    • PDF

    Article summary

    Available in VPC

    After creating a Data Forest account, download the Kerberos Keytab of the account created.

    Requests

    Request Parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    idYESStringEnter up to 22 characters.Account identifier UUID (base62)
    Id can be obtained through getList API in Accounts

    Request headers

    See common guide.

    Request Bodies

    • JSON

        {
            "id": "string"
        }
      
    • XML

      <?xml version="1.0" encoding="UTF-8"?>
      <GetAccountKerberosKeytabRequest>
          <id>string</id>
      </GetAccountKerberosKeytabRequest>
      

    Responses

    Response bodies

    • JSON
        {}
      

    Errors

    See DataForest overview

    Examples

    Request Examples

    • HTTP
      POST https://df.apigw.ntruss.com/api/v2/accounts/getKerberosKeytab
      HOST: df.apigw.ntruss.com
      Content-Type: application/json
      Accept: application/octet-stream
      x-ncp-apigw-timestamp: 1505290625682
      x-ncp-iam-access-key: D78BB444D6D3C84CA38A
      x-ncp-apigw-signature-v2: WTPItrmMIfLUk/UyUIyoQbA/z5hq9o3G8eQMolUzTEo=
      
      {
          "id": "bQzIBjrQEtRktPBnc8PpyC"
      }
      
    • BASH
      curl -X POST "https://df.apigw.ntruss.com/api/v2/accounts/getKerberosKeytab" \
      -H "accept: application/octet-stream" \
      -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 "{ \"id\": \"bQzIBjrQEtRktPBnc8PpyC\"}" \
      

    Response examples

    Responses to Kerberos keytab download are files.
    After running API, please download the Kerberos Keytab from the response body.

    • File name: {accountName}.keytab

    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.