GetProcessPlugin
- Print
- PDF
GetProcessPlugin
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
You can view the Process Plugin setting of instanceNo.
Requests
API URL
URL: https://cw.apigw.ntruss.com/cw_server/real/api/plugin/process/instanceNo/{instanceNo}
Method: GET
Request header
The request headers specified in common settings are required.
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
x-ncp-dmn_cd: PUB
x-ncp-region_code: {your region code}
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
instanceNo | Y | String | InstanceNo of the server; only one instanceNo can be entered. |
Examples
Request examples
GET /cw_server/real/api/plugin/process/instanceNo/1234567
Host: cw.apigw.ntruss.com
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
x-ncp-dmn_cd: PUB
x-ncp-region_code: {your region code}
Response examples
If it is completed without any errors, HTTP code 200 and the Process Plugin setting of the corresponding instanceNo are displayed.
{
"configList": [
"process_name001",
"process_name002",
Process monitoring setting that contains the "*java*", // java character string
Process monitoring setting that starts with "python*" // python
],
"instanceNo": "1234567"
}
Was this article helpful?