CreateMonitorGrp
- 印刷する
- PDF
CreateMonitorGrp
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
監視対象グループを作成します。
リクエスト
API URL
URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/rule/group/monitor
Method: POST
リクエストヘッダ
共通設定に明示されたリクエストヘッダが必要です。
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
リクエストボディ
例
リクエスト例
POST /cw_fea/real/cw/api/rule/group/monitor
Host: cw.apigw.ntruss.com
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
Payload:
{
"prodKey": "xxxxxxxxxxxxxxxxxx」、// 監視対象グループが属した商品のcw_key
"groupName": "monitorGrp001",
"groupDesc": "監視対象グループ作成の例です。"
"monitorGroupItemList": [
{
"nrn": "targetNRN001",
"resourceId": "targetId001"
},
{
"nrn": "targetNRN002",
"resourceId": "targetId002"
}
]
}
レスポンス例
エラーなしに作成が完了した場合、HTTP code 200と作成された監視対象グループのidがレスポンスとしてリターンされます。
"xxxxxxxxxxxxxxxxxx"
この記事は役に立ちましたか?