Returns all TaskResult resources.
GET/TaskResults
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
Request
Query Parameters
Allows for query filters according to RFC-7644, Section 3.4.2.2 - not all operations are supported.
(OPTIONAL) Set to true if the TaskResult name is passed instead of the TaskResult id.
Allows sorting the results by a resource's attributes.
Default value: ascending
Determines what order to sort results in.
Default value: 1
Determines the starting index of the result set.
Default value: 1000
Specifies the number of results per page.
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.
A comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded.
Responses
- 200
Returned all SCIM resources for this endpoint.
- application/json
- application/scim+json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
Number of resources returned for this endpoint
The starting index of the resource set list. Can be specified with startIndex query parameter.
SCIM Schema used for response.
Resources
undefined[]
Unique identifier of the TaskResult.
Name of the TaskResult.
Type of the TaskResult.
Possible values: [Success
, Warning
, Error
, Terminated
, TempError
]
Completion Status of the TaskResult.
Launcher of the TaskResult.
Host of the TaskResult.
Progress of the TaskResult.
Target Class of the TaskResult.
Target Name of the Task Result.
Flag to indicate this TaskResult is terminated.
Flag to indicate this TaskResult is partitioned.
The launched DateTime of the TaskResult.
The completed DateTime of the TaskResult.
The expiration DateTime of the TaskResult.
The verification DateTime of the TaskResult.
The percentage completed of this TaskResult.
The number of pending signoffs of this TaskResult.
Name of the TaskDefinition of the TaskResult.
Name of the TaskSchedule of the TaskResult.
attributes
undefined[]
A list of attributes of the TaskResult.
The attribute key.
The attribute value.
List of messages of the TaskResult.
meta
object
DateTime when the TaskResult was created.
URL to the TaskResult.
DateTime of TaskResult last modification.
TaskResult version.
Resource type of the metadata subject.
{
"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
Array [
Array [
]
]
Number of TaskResult resources returned.
The starting index of the resource set list. Can be specified with startIndex query parameter.
SCIM Schema used for response.
Resources
undefined[]
The SCIM resources returned for this endpoint.
Unique identifier of the TaskResult.
Name of the TaskResult.
Type of the TaskResult.
Possible values: [Success
, Warning
, Error
, Terminated
, TempError
]
Completion Status of the TaskResult.
Launcher of the TaskResult.
Host of the TaskResult.
Progress of the TaskResult.
Target Class of the TaskResult.
Target Name of the Task Result.
Flag to indicate this TaskResult is terminated.
Flag to indicate this TaskResult is partitioned.
The launched DateTime of the TaskResult.
The completed DateTime of the TaskResult.
The expiration DateTime of the TaskResult.
The verification DateTime of the TaskResult.
The percentage completed of this TaskResult.
The number of pending signoffs of this TaskResult.
Name of the TaskDefinition of the TaskResult.
Name of the TaskSchedule of the TaskResult.
attributes
undefined[]
A list of attributes of the TaskResult.
The attribute key.
The attribute value.
List of messages of the TaskResult.
meta
object
DateTime when the TaskResult was created.
URL to the TaskResult.
DateTime of TaskResult last modification.
TaskResult version.
Resource type of the metadata subject.
{
"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"
]
}
]
}