GET | Automation
  • 1 minute to read
  • Dark
    Light
  • PDF

GET | Automation

  • Dark
    Light
  • PDF

Article summary

Lists all the automations present in senhasegura DSM.

Endpoint

GET /iso/sctm/automations

Listing Response

{
    "code": 200,
    "response": {
        "status": 200,
        "message": "Automations list",
        "error": false,
        "error_code": 0
    },
    "automations": [
        {
            "id": "1",
            "name": "automation1",
            "tags": null,
            "plugin": "HTTP",
            "template": "template1",
            "applications": ["app1", "app2"],
            "secrets": ["secret1", "secret2"],
            "devices": ["device1"]
        }
        // ... other automations ...
    ]
}

Was this article helpful?