IBM API Hub
IBM Maximo Asset Monitor REST APIs

By IBM Maximo

Provides REST API Reference for Maximo Asset Monitor.


API reference

Delete Actions by Alert

DELETE

/actions/v1/{tenantName}/entityTypeName/{entityTypeName}/alertTypeName/{alertTypeName}

Request URL
https://52.116.33.175:9443/maximo/api/actions/v1/{tenantName}/entityTypeName/{entityTypeName}/alertTypeName/{alertTypeName}
Security
To run this operation, use any one of the following sets of security requirements.
apiKey
X-API-KEY
required in header

Requires a valid API key and authentication token

apiKey
X-API-TOKEN
required in header

Requires a valid API key and authentication token

apiKey
X-API-KEY
required in header

Requires a valid API key and authentication token

apiKey
X-API-TOKEN
required in header

Requires a valid API key and authentication token

http
basic

Requires a valid username and password

Parameters
Name
Description
  • tenantName
    REQUIRED
    string
    (path)

    Filter the results by the specified tenant name

    Explode: false
  • entityTypeName
    REQUIRED
    string
    (path)

    Name of the entity type

    Explode: false
  • alertTypeName
    REQUIRED
    string
    (path)

    Name of the alert

    Explode: false
  • Accept
    string
    (header)
    application/json
  • Responses
    • 200

      OK

    • 401

      The authentication token is empty or invalid

    • 403

      The authentication method is invalid or the API key used does not exist

    • 404

      The entity type or Alert is not found.

    Code snippet
      1curl --request DELETE \
      2  --url https://52.116.33.175:9443/maximo/api/actions/v1/REPLACE_TENANTNAME/entityTypeName/REPLACE_ENTITYTYPENAME/alertTypeName/REPLACE_ALERTTYPENAME \
      3  --header 'X-API-KEY: REPLACE_THIS_VALUE' \
      4  --header 'X-API-TOKEN: REPLACE_THIS_VALUE' \
      5  --header 'accept: application/json'

        Example response

          1{
          2  "actionId": -61765136,
          3  "actionType": "ossehmubsahz",
          4  "alertId": -62348928,
          5  "creationTimestamp": 54981312,
          6  "lastUpdate": 58979179,
          7  "lastUpdatedBy": "Bindi",
          8  "launchUrl": "http://jilcavoz.ag/codeflo",
          9  "resultJson": "itudol",
          10  "serviceName": "Rebecca Vasquez"
          11}