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

GET | Automation by ID

  • Dark
    Light
  • PDF

Article summary

Retrieves the details of a specific automation based on the ID provided on the endpoint.

Endpoint

GET /iso/sctm/automation/{id}

Detail Response

{
    "code": 200,
    "response": {
        "status": 200,
        "message": "Automation retrieved",
        "error": false,
        "error_code": 0
    },
    "automation": {
        "id": "18",
        "name": "Automation_Sample",
        "tags": "api, test, evidence",
        "plugin": "Telnet",
        "template": "Telnet-DSM",
        "applications": [],
        "secrets": [],
        "devices": ["example-device"]
    }
}

Was this article helpful?