Returns all TaskResult resources.​
This endpoint returns all TaskResult resources.
Attributes to include in the response can be specified with the 'attributes' query parameter.
Attributes to exclude from the response can be specified with the 'excludedAttributes' query parameter.
The schema related to TaskResult is:
- urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult
Query Parameters
- filter string
Allows for query filters according to RFC-7644, Section 3.4.2.2 - not all operations are supported.
- lookupByName boolean
(OPTIONAL) Set to true if the TaskResult name is passed instead of the TaskResult id.
- sortBy string
Allows sorting the results by a resource's attributes.
- sortOrder string
Default value:
ascending
Determines what order to sort results in.
Example: descending - startIndex integer
Default value:
1
Determines the starting index of the result set.
- count integer
Default value:
1000
Specifies the number of results per page.
- attributes string
A comma-separated list of attributes to return in the response. This query parameter supersedes excludedAttributes, so providing the same attribute(s) to both will result in the attribute(s) being returned.
- excludedAttributes string
A comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded.
- 200
Returned all SCIM resources for this endpoint.
- application/json
- application/scim+json
- Schema
- Example (from schema)
Schema
- totalResults integer
Number of resources returned for this endpoint
- startIndex integer
The starting index of the resource set list. Can be specified with startIndex query parameter.
- schemas string[]
SCIM Schema used for response.
Resources undefined[]
id stringUnique identifier of the TaskResult.
name stringName of the TaskResult.
type stringType of the TaskResult.
completionStatus stringPossible values: [
Success
,Warning
,Error
,Terminated
,TempError
]Completion Status of the TaskResult.
launcher stringLauncher of the TaskResult.
host stringHost of the TaskResult.
progress stringProgress of the TaskResult.
targetClass stringTarget Class of the TaskResult.
targetName stringTarget Name of the Task Result.
terminated booleanFlag to indicate this TaskResult is terminated.
partitioned booleanFlag to indicate this TaskResult is partitioned.
launched date-timeThe launched DateTime of the TaskResult.
completed date-timeThe completed DateTime of the TaskResult.
expiration date-timeThe expiration DateTime of the TaskResult.
verified date-timeThe verification DateTime of the TaskResult.
percentageComplete integerThe percentage completed of this TaskResult.
pendingSignOffs integerThe number of pending signoffs of this TaskResult.
taskDefinition stringName of the TaskDefinition of the TaskResult.
taskSchedule stringName of the TaskSchedule of the TaskResult.
attributes undefined[]
A list of attributes of the TaskResult.
key stringThe attribute key.
value stringThe attribute value.
messages undefined[]List of messages of the TaskResult.
meta object
created date-timeDateTime when the TaskResult was created.
location stringURL to the TaskResult.
lastModified date-timeDateTime of TaskResult last modification.
version stringTaskResult version.
resourceType stringResource type of the metadata subject.
schemas array
{
"totalResults": "1,",
"startIndex": 1,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"Resources": [
{
"id": "7f00000180281df7818028c03252085c",
"name": "Aggregate HR Authoritative",
"type": "AccountAggregation",
"completionStatus": "Success",
"launcher": "spadmin",
"host": "centos-server.local",
"progress": "Launched 2 partitions.",
"targetClass": "Permission",
"targetName": "PAM Credential Container",
"terminated": true,
"partitioned": true,
"launched": "2022-04-14T10:45:26.114-05:00",
"completed": "2022-04-14T10:45:26.098-05:00",
"expiration": "2022-05-03T16:40:34.271-05:00",
"verified": "2022-05-03T16:40:34.271-05:00",
"percentageComplete": 55,
"pendingSignOffs": 2,
"taskDefinition": "Aggregate HR Authoritative",
"taskSchedule": "Perform maintenance",
"attributes": [
{
"key": "total",
"value": "3"
}
],
"messages": [
[
"Unathorized access to database in server: 192.100.1.25"
]
],
"meta": {
"created": "2022-04-14T10:44:54.834-05:00",
"location": "http://localhost:8080/identityiq/scim/v2/TaskResults/7f00000180281df7818028c03252085c",
"lastModified": "2022-04-05T15:52:30.119-05:00",
"version": "\"W\"1649951094834\"",
"resourceType": "TaskResult"
},
"schemas": [
"urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult"
]
}
]
}
- Schema
- Example (from schema)
Schema
- totalResults integer
Number of TaskResult resources returned.
- startIndex integer
The starting index of the resource set list. Can be specified with startIndex query parameter.
- schemas string[]
SCIM Schema used for response.
Resources undefined[]
The SCIM resources returned for this endpoint.
id stringUnique identifier of the TaskResult.
name stringName of the TaskResult.
type stringType of the TaskResult.
completionStatus stringPossible values: [
Success
,Warning
,Error
,Terminated
,TempError
]Completion Status of the TaskResult.
launcher stringLauncher of the TaskResult.
host stringHost of the TaskResult.
progress stringProgress of the TaskResult.
targetClass stringTarget Class of the TaskResult.
targetName stringTarget Name of the Task Result.
terminated booleanFlag to indicate this TaskResult is terminated.
partitioned booleanFlag to indicate this TaskResult is partitioned.
launched date-timeThe launched DateTime of the TaskResult.
completed date-timeThe completed DateTime of the TaskResult.
expiration date-timeThe expiration DateTime of the TaskResult.
verified date-timeThe verification DateTime of the TaskResult.
percentageComplete integerThe percentage completed of this TaskResult.
pendingSignOffs integerThe number of pending signoffs of this TaskResult.
taskDefinition stringName of the TaskDefinition of the TaskResult.
taskSchedule stringName of the TaskSchedule of the TaskResult.
attributes undefined[]
A list of attributes of the TaskResult.
key stringThe attribute key.
value stringThe attribute value.
messages undefined[]List of messages of the TaskResult.
meta object
created date-timeDateTime when the TaskResult was created.
location stringURL to the TaskResult.
lastModified date-timeDateTime of TaskResult last modification.
version stringTaskResult version.
resourceType stringResource type of the metadata subject.
schemas array
{
"totalResults": "1500,",
"startIndex": 1,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"Resources": [
{
"id": "7f00000180281df7818028c03252085c",
"name": "Aggregate HR Authoritative",
"type": "AccountAggregation",
"completionStatus": "Success",
"launcher": "spadmin",
"host": "centos-server.local",
"progress": "Launched 2 partitions.",
"targetClass": "Permission",
"targetName": "PAM Credential Container",
"terminated": true,
"partitioned": true,
"launched": "2022-04-14T10:45:26.114-05:00",
"completed": "2022-04-14T10:45:26.098-05:00",
"expiration": "2022-05-03T16:40:34.271-05:00",
"verified": "2022-05-03T16:40:34.271-05:00",
"percentageComplete": 55,
"pendingSignOffs": 2,
"taskDefinition": "Aggregate HR Authoritative",
"taskSchedule": "Perform maintenance",
"attributes": [
{
"key": "total",
"value": "3"
}
],
"messages": [
[
"Unathorized access to database in server: 192.100.1.25"
]
],
"meta": {
"created": "2022-04-14T10:44:54.834-05:00",
"location": "http://localhost:8080/identityiq/scim/v2/TaskResults/7f00000180281df7818028c03252085c",
"lastModified": "2022-04-05T15:52:30.119-05:00",
"version": "\"W\"1649951094834\"",
"resourceType": "TaskResult"
},
"schemas": [
"urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult"
]
}
]
}