Sumo Logic · Example Payload

Sumo Logic Create Monitor Example

Example request/response for POST /v1/monitors

LoggingObservabilitySecurityMonitoringAnalyticsDevOpsSIEM

Sumo Logic Create Monitor Example is an example object payload from Sumo Logic, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationdescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "Create A Monitor",
  "description": "Example request/response for POST /v1/monitors",
  "request": {
    "method": "POST",
    "url": "https://api.sumologic.com/api/v1/monitors",
    "headers": {
      "Authorization": "Basic BASE64_ENCODED_ACCESS_ID_COLON_ACCESS_KEY",
      "Content-Type": "application/json"
    },
    "body": {
      "name": "High Error Rate Alert",
      "description": "Alert when error rate exceeds 5% in a 5-minute window",
      "monitorType": "Logs",
      "queries": [
        {
          "rowId": "A",
          "query": "_sourceCategory=prod/app/logs level=error | count"
        }
      ],
      "triggers": [
        {
          "triggerType": "Critical",
          "threshold": 100,
          "thresholdType": "GreaterThan",
          "timeRange": "-5m"
        },
        {
          "triggerType": "ResolvedCritical",
          "threshold": 100,
          "thresholdType": "LessThanOrEqual",
          "timeRange": "-5m"
        }
      ],
      "notifications": [
        {
          "notification": {
            "connectionType": "Email",
            "recipients": ["oncall@example.com"],
            "subject": "Sumo Logic Alert: {{Name}}",
            "timeZone": "America/New_York"
          },
          "runForTriggerTypes": ["Critical", "ResolvedCritical"]
        }
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "0000000005D6E7F8",
      "name": "High Error Rate Alert",
      "description": "Alert when error rate exceeds 5% in a 5-minute window",
      "monitorType": "Logs",
      "isDisabled": false,
      "status": ["Normal"],
      "createdAt": "2026-05-02T15:00:00Z",
      "modifiedAt": "2026-05-02T15:00:00Z",
      "createdBy": "0000000001A2B3C4",
      "modifiedBy": "0000000001A2B3C4"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/sumo-logic-create-monitor-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.