List map reduce application runs filtered by the specified parameters.

Privileges: ANALYTICS_VIEW

If no parameters are specified, all map reduce application instance runs
currently on the Cohesity Cluster are returned.
Specifying parameters filters the results that are returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

GetMapReduceAppRunsParams specifies the input params to fetch the map reduce
application runs.

int64 | null

ApplicationId is the Id of the map reduce application.

int64 | null

ApplicationInstanceId is the Id of the map reduce application instance.

boolean | null

If this flag is true, then send details of instance, else send only
RunInfo.

int32 | null

Give last N instance of an app based on end time.

int64 | null

MaxRunEndTimestampInSecs specifies the maximum job run end timestamp
in seconds. App run instances with end time less than equal to
MaxRunEndTimestampInSecs will be selected. Default is LONG_MAX (inf).

int64 | null

MaxRunStartTimestampInSecs specifies the maximum job run start timestamp
in seconds. App run instances with start time less than equal to
MaxRunStartTimestampInSecs will be selected. Default is LONG_MAX (inf).

int64 | null

MinRunEndTimestampInSecs specifies the minimum job run end timestamp
in seconds. App run instances with end time greater than equal to
MinRunEndTimestampInSecs will be selected. Default is 0, i.e. beginning
of time.

int64 | null

MinRunStartTimestampInSecs specifies the minimum job run start timestamp
in seconds. App run instances with start time greater than equal to
MinRunStartTimestampInSecs will be selected. Default is 0, i.e. beginning
of time.

int32 | null

Number of results to be displayed on a page.

string | null

Filter instances based on the map reduce application run status.

int32 | null

Start offset for pagination from where result needs to be fetched.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json