Logo
Cisco Secure Endpoint API Documentation

Live execution of a script - os:windows

POST https://{{orbital_service}}/v0/script/run

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://orbital_service/v0/script/run' -d '{"nodes":["os:windows"],"expiryinminutes":"3","name":"Force Connector update","requestdurationsec":"5","script":{"args":[{"name":"cmdlet","value":"Start-Process -NoNewWindow -FilePath \"C:\\Program Files\\Cisco\\AMP\\8.2.1.21650\\sfc.exe\" -ArgumentList \"-k\""}],"catalog_id":"orbital_script_catalogID","name":"Test name, need to check what this is","timeout":600}}'

ENDPOINTS