The GetStatusOverview
action enables you to track the status of the Lua scripts that you are using to monitor your services.
a=GetStatusOverview&Summarize=True
a=GetStatusOverview&MaxResults=100&Port=9000&ScriptName=checkGetStatus.lua
For each service, GetStatusOverview
returns:
Parameter | Description | Required |
---|---|---|
MaxHistoryResults | The maximum number of non-current status records to include in the results. | |
MaxResults | The total number of results to return. | |
Port | The port number of the service for which you want to return status information. | |
ScriptName |
The script name for which you want to return status information. |
|
Summarize |
Whether to return summary information only. |
You can send the GetStatusOverview
action from Coordinator by specifying a comma-separated list of Controller UUIDs.
For example:
a=GetStatusOverview&ControllerUUUIDS=d267cf80-063a-8030-a2de-24be0523821c,4e572f80-460c-8030-a2de-005056bd31f6
This action returns status information (including type, ID, start time, end time, and message) for the Controller servers with the specified UUIDs. For more information, refer to the IDOL Site Admin Coordinator Reference.
|