getKerberosKeytab
- Print
- PDF
getKerberosKeytab
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
After creating a Data Forest account, download the Kerberos Keytab of the account created.
Requests
Request Parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
id | YES | String | Enter up to 22 characters. | Account identifier UUID (base62) Id can be obtained through getList API in Accounts |
Request headers
Request Bodies
JSON
{ "id": "string" }
XML
<?xml version="1.0" encoding="UTF-8"?> <GetAccountKerberosKeytabRequest> <id>string</id> </GetAccountKerberosKeytabRequest>
Responses
Response bodies
- JSON
{}
Errors
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?