/
/SOARCA API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
keymanagement4
  • getgets all keys from the KMS
  • putadd key to KMS
  • deleteremove key from KMS
  • postrefresh the KMS system, which allows the user to include manually added files in the KMS
manual3
  • getget all pending manual commands that still needs values to be returned
  • postupdates the value of a variable according to the manual interaction
  • getget a specific manual command that still needs a value to be returned
ping pong1
  • getping to see if SOARCA is up returns pong
playbook6
  • getgets all the UUIDs for the stored playbooks
  • postsubmit playbook via the api
  • getgets all the meta information for the stored playbooks
  • getget CACAO playbook by its ID
  • putupdate playbook
  • deletedelete playbook by Id
reporter2
  • getgets all the UUIDs for the executions that can be retireved
  • getgets information about an ongoing playbook execution
status1
  • getgets the SOARCA status
trigger2
  • posttrigger a playbook by supplying a cacao playbook payload
  • posttrigger a playbook by id that is stored in SOARCA
    keymanagement

    gets all keys from the KMS

    return all keys in the KMS

    get/keymanagement/

    Response

    OK

    string[] required

    Changes