Previous Next

Retrieve Alerts

get

/OracleBAMREST/bam/api/projects/{projectname}/queries/businessqueries/alerts

Retrieves list of alerts pertaining to Project.

Request

There are no request parameters for this operation.

Response

Supported Media Types
  • application/json
  • application/xml
200 Response
Success
Body
Root Schema : /paths/~1projects~1{projectname}~1queries~1businessqueries~1alerts/get/responses/200/schema
Example 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"
        }
    ]
}