getAppTypeIdList

Prev Next

Available in VPC

Get the list of the Data Forest app type IDs.

Request

This section describes the request format. The method and URI are as follows:

Method URI
POST /api/v2/apps/getAppTypeIdList

Request headers

For information about the headers common to all Data Forest APIs, see Data Forest request headers.

Request example

The request example is as follows:

curl --location --request POST 'https://df.apigw.ntruss.com/api/v2/apps/getAppTypeIdList' \
--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
success Boolean - API processing result
  • true | false
    • true: succeeded
    • false: failed
message String - Result message
  • Displayed if success is false
contents Array - List of app type IDs

Response status codes

For response status codes common to all Data Forest APIs, see Data Forest response status codes.

Response example

The response example is as follows:

{
    "success": true,
    "contents": [
        "DEV-1.0.0",
        "ELASTICSEARCH-7.3.2",
        "GRAFANA-7.5.10",
        "HBASE-2.0.0",
        "HBASE-2.2.3",
        "HIVESERVER2-LDAP-3.1.0",
        "HUE-4.7.0",
        "KAFKA-2.4.0",
        "KIBANA-7.3.2",
        "OPENTSDB-2.4.1",
        "PHOENIX-5.0.0",
        "SPARK-HISTORYSERVER-3.1.2",
        "TRINO-437",
        "ZEPPELIN-0.10.1",
        "ZOOKEEPER-3.4.13"
    ]
}