Poll For Jobs
GET {{baseUrl}}/?Action=PollForJobs&DryRun=<string>&Filter.N=<string>&MaxResults=<string>&NextToken=<string>&PublicIp.N=<string>&actionTypeId=<string>&maxBatchSize=<string>&queryParam=<string>
Returns information about any jobs for AWS CodePipeline to act upon.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
DryRun | string | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
Filter.N | string | One or more filters. | |
MaxResults | string | The maximum number of snapshot results returned by DescribeSnapshots in paginated output. When this parameter is used, DescribeSnapshots only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeSnapshots request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 resul | |
NextToken | string | The NextToken value returned from a previous paginated DescribeSnapshots request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return. | |
PublicIp.N | string | [EC2-Classic] One or more Elastic IP addresses. | |
actionTypeId | string | Represents information about an action type. | |
maxBatchSize | string | The maximum number of jobs to return in a poll for jobs call. | |
queryParam | string | A map of property names and values. For an action type with no queryable properties, this value must be null or an empty map. For an action type with a queryable property, you must supply that property as a key in the map. Only jobs whose action configuration matches the mapped value will be returned. |