Set Status
GET {{aws_data_pipeline_base_url}}/?objectIds&pipelineId&status&Action=SetStatus
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
objectIds | null | The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types. | |
pipelineId | null | The ID of the pipeline that contains the objects. | |
status | null | The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED. | |
Action | string |