v5

latestSwagger 2.0raw.githubusercontent.com2022-02-252573110.3 KB
Processes

Obtains the liveness status of the process during the specified time interval.

get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/processes/{processName}/liveness

Path parameters

subscriptionIdstring required

Azure subscription identifier.

resourceGroupNamestring required

Resource group name within the specified subscriptionId.

workspaceNamestring required

OMS workspace containing the resources of interest.

machineNamestring required

Machine resource name.

processNamestring required

Process resource name.

Query parameters

api-versionstring required

API version.

startTimestring date-time

UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m

endTimestring date-time

UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow

Response

The operation completed successfully.

startTimestring date-time required

Liveness interval start time.

endTimestring date-time required

Liveness interval end time.

liveboolean required

true if the resource is live during [startTime, endTime], false otherwise