Files
api-specs/idn/v3/schemas/TaskResultSimplified.yaml
GitHub Action Bot c4400dcbf7 Automated commit 'IDNARSENAL-19318: identity profile delete and bulk-delete doc exposed in V3 APIs (#1382)
* IDNARSENAL-19318: bulk delete endpoint exposed in V3 APIs

* delete single identity profile exposed to v3 list' by github action: 5941688238
2023-08-22 16:45:42 +00:00

38 lines
1006 B
YAML

type: object
properties:
id:
type: string
description: Task identifier
example: "ff8081814d977c21014da056804a0af3"
name:
type: string
description: Task name
example: "Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d"
description:
type: string
description: Task description
example: "Generic task for terminating data in the overlay, used by the TerminationService."
launcher:
type: string
description: User or process who launched the task
example: "support"
completed:
type: string
format: date-time
description: Date time of completion
example: "Mon Aug 21 14:57:39 CDT 2023"
launched:
type: string
format: date-time
description: Date time when the task was launched
example: "Mon Aug 21 14:55:39 CDT 2023"
completionStatus:
type: string
enum:
- Success
- Warning
- Error
- Terminated
- TempError
description: Task result status
example: "Success"