From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- src/automationstatus/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/automationstatus/README.md (limited to 'src/automationstatus/README.md') diff --git a/src/automationstatus/README.md b/src/automationstatus/README.md new file mode 100644 index 0000000..3adf86a --- /dev/null +++ b/src/automationstatus/README.md @@ -0,0 +1,26 @@ +## How to use the automation status API + +The automation status API is a REST api for playbooks to report startus as they are running. + +URL: /automationstatus/playbook/ + +## Sending a status updates + +POST: /automationstatus/playbook/ + +Body: +{ + "ilo_host_address": "2001:4888:2a10:30c2:101:40a:0:e001", + "playbook_name": "test_playbook123", + "status": "test_status223" +} + +## Retrieve updates + +GET: /automationstatus/playbook/ + +GET: /automationstatus/playbook/1 + + + + -- cgit v1.3