/
CO
cossas
/
SOARCA API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
keymanagement
4
get
gets all keys from the KMS
put
add key to KMS
delete
remove key from KMS
post
refresh the KMS system, which allows the user to include manually added files in the KMS
manual
3
get
get all pending manual commands that still needs values to be returned
post
updates the value of a variable according to the manual interaction
get
get a specific manual command that still needs a value to be returned
ping pong
1
get
ping to see if SOARCA is up returns pong
playbook
6
get
gets all the UUIDs for the stored playbooks
post
submit playbook via the api
get
gets all the meta information for the stored playbooks
get
get CACAO playbook by its ID
put
update playbook
delete
delete playbook by Id
reporter
2
get
gets all the UUIDs for the executions that can be retireved
get
gets information about an ongoing playbook execution
status
1
get
gets the SOARCA status
trigger
2
post
trigger a playbook by supplying a cacao playbook payload
post
trigger 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