Platform O&M/Automated O&M/Script Library
GETScript LibrarySince SynchronousAuth Required
QueryGuestVmScriptExecutedRecordDetail
QueryGuestVmScriptExecutedRecordDetail
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/scripts/records/details
/zstack/v1/scripts/records/details
Request Example
curl -X GET 'http://{host}/zstack/v1/scripts/records/details' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "recordUuid": "ab90a0142aef36fd97c3c759bc7e459d", "vmInstanceUuid": "4708f0f6f76e39e882886241761d0c27", "status": "Completed", "stdout": "helloworld", "errCause": "", "stderr": "1/0 is not a goodScript", "startTime": "Sep 23, 2024 11:53:03 AM", "endTime": "Sep 23, 2024 11:53:03 AM" } ] }Change History
This API has no change history records yet.
