Gets the List of All Recon Jobs
get
/iam/governance/applicationmanagement/api/v1/applications/{appId}/jobs
Returns all the recon jobs for a given application.
Request
Path Parameters
-
appId(required): string
Name of the application
Response
Supported Media Types
- application/json
200 Response
Successful
Nested Schema : ReconJobDetail
Type:
Show Source
object
-
jobName:
string
-
mode:
string
Allowed Values:
[ "Full", "Incremental", "Delete", "Entitlement" ]
-
parameter:
array parametersList
Nested Schema : ReconJobParameter
Type:
Show Source
object
-
dataType:
string
Allowed Values:
[ "String", "Number", "Boolean", "ITResource" ]
-
encrypted:
boolean
Default Value:
false
-
helpText:
string
-
name:
string
-
required:
boolean
Default Value:
false
-
value:
string