Available in VPC
Get a datafence.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
GET | /api/v1/fence/get-datafence |
Request headers
For information about the headers common to all Datafence APIs, see Datafence request headers.
Request example
The request example is as follows:
curl --location --request GET 'https://datafence.apigw.ntruss.com/api/v1/fence/get-datafence' \
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
Response
This section describes the response format.
Response body
The response body includes the following data:
Field | Type | Required | Description |
---|---|---|---|
fenceId |
Integer | - | Datafence number |
fenceName |
String | - | Datafence name |
boxCount |
Integer | - | Number of boxes |
createDate |
String | - | Datafence creation date and time
|
statusCode |
String | - | Datafence status code
|
statusName |
String | - | Datafence status name
|
exportScreenBucketName |
String | - | Bucket name for export review |
description |
String | - | Datafence description |
sslVpnName |
String | - | SSL VPN name |
Response status codes
For information about the HTTP status codes common to all Datafence APIs, see Datafence API response status codes.
Response example
The response example is as follows:
[
{
"fenceId": 26,
"fenceName": "datafense001",
"boxCount": 1,
"createDate": "2025-04-21T11:24:01+09:00",
"statusCode": "USE",
"statusName": "In use",
"description": "Description",
"exportScreenBucketName": "datafense001",
"sslVpnName": "datafence-ssl001"
}
]