Skip to main content
Platform O&M/Automated O&M/Script Library
GETScript LibrarySince SynchronousAuth Required

QueryGuestVmScriptExecutedRecord

QueryGuestVmScriptExecutedRecord

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

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

GET/zstack/v1/scripts/records

/zstack/v1/scripts/records

Operation ID

QueryGuestVmScriptExecutedRecord

Permalink

Request Example

curl -X GET 'http://{host}/zstack/v1/scripts/records' -H 'Authorization: OAuth {sessionUuid}'

Response Example

200
{ "inventories": [ { "uuid": "459a1b622be53d6ebc830c0682b8016b", "scriptUuid": "692066c11aa83d11a5af28ada4fb7057", "recordName": "202308111633_script1", "scriptTimeout": 30, "executor": "admin", "executionCount": 20, "startTime": "Sep 23, 2024 11:51:30 AM", "endTime": "Sep 23, 2024 11:51:30 AM" } ] }

Change History

This API has no change history records yet.

View all change history