アラートの取得
get
/OracleBAMREST/bam/api/projects/{projectname}/queries/businessqueries/alerts
プロジェクトに特有のアラートのリストを取得します。
リクエスト
この操作にはリクエスト・パラメータはありません。
レスポンス
サポートされているメディア・タイプ
- application/json
- application/xml
200レスポンス
成功
本文
ルート・スキーマ: /paths/~1projects~1{projectname}~1queries~1businessqueries~1alerts/get/responses/200/schema
application/jsonの例
{
"items":[
{
"id":"/project/BAMFramework/alert/ASN_KPI_SLAViolation_Email_Alerting_HIGH_Alert",
"name":"ASN_KPI_SLAViolation_Email_Alerting_HIGH_Alert",
"displayName":"ASN_KPI_SLAViolation_Email_Alerting_HIGH_Alert",
"links":[
{
"rel":"self",
"href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/alerts/ASN_KPI_SLAViolation_Email_Alerting_HIGH_Alert"
}
]
},
{
"id":"/project/BAMFramework/alert/KPI_Purging_Email_CommonAudit_HIGH_Alert",
"name":"KPI_Purging_Email_CommonAudit_HIGH_Alert",
"displayName":"KPI_Purging_Email_CommonAudit_HIGH_Alert",
"links":[
{
"rel":"self",
"href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/alerts/KPI_Purging_Email_CommonAudit_HIGH_Alert"
}
]
}
],
"links":[
{
"rel":"self",
"href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/alerts"
}
]
}