About this resource
Representation of a classification maintenance target
Properties
| Property | Description | Type |
|---|---|---|
| attempt | Value indicating how many times the maintenance manager has already tried to execute this target. | int32 |
| classificationId | The Id of the Classification this target represents. | guid |
| errorDetails | Detailed information about the error that occurred if this target failed to execute successfully. | string |
| executionTime | The amount of time needed to execute this target. | timespan |
| forceRetry | Value indicating whether or not a new maintenance job will be created to retry this target after it finished its execution. | boolean |
| id | The Id of this target. | guid |
| message | The message that was set during the execution of this target. | string |
| status | The status of this target. | string (values: pending, succeeded, failed, partiallyfailed) |
| tag | Gets the tag. | string |