Search for pipelines by status.
Operation description
This operation searches for MPS queues by status. If you do not specify a status, the operation searches all MPS queues by default.
QPS limits
The queries per second (QPS) limit for this operation is 100 for each user. If you exceed this limit, your API calls are throttled, which may affect your business. Plan your calls accordingly. For more information, see QPS limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mts:SearchPipeline |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
No |
The number of entries to return on each page for a paged query.
|
10 |
| PageNumber |
integer |
No |
The current page number. Default value: 1. |
1 |
| State |
string |
No |
The status of the MPS queues to search for. If you leave this parameter empty, all MPS queues are searched by default.
|
Paused |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| TotalCount |
integer |
The total number of entries. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| RequestId |
string |
The request ID. |
338CA33A-AE83-5DF4-B6F2-C6D3ED8143F5 |
| PageNumber |
integer |
The current page number. |
1 |
| PipelineList |
object |
||
| Pipeline |
array<object> |
The list of pipelines. |
|
|
array<object> |
The details of the MPS queue. |
||
| Speed |
string |
The type of the MPS queue. Default value: Standard. Valid values:
|
Standard |
| State |
string |
The status of the MPS queue. Valid values:
|
Paused |
| SpeedLevel |
integer |
The speed level of the MPS queue. |
1 |
| NotifyConfig |
object |
The MNS notification settings. |
|
| MqTopic |
string |
The topic of the message queue. |
example1,example2 |
| QueueName |
string |
The queue created in Alibaba Cloud Simple Message Queue (formerly MNS). |
example-queue-**** |
| MqTag |
string |
The tag. |
mts-test |
| Topic |
string |
The topic created in Alibaba Cloud Simple Message Queue (formerly MNS). |
example-topic-**** |
| Role |
string |
The role associated with the current RAM user. |
AliyunMTSDefaultRole |
| Name |
string |
The name of the MPS queue. |
example-pipeline-**** |
| Id |
string |
The ID of the MPS queue. |
d1ce4d3efcb549419193f50f1fcd**** |
| QuotaAllocate |
integer |
The quota allocated to the MPS queue. |
10 |
| CreationTime |
string |
The time when the MPS queue was created. |
2021-03-04T06:44:43Z |
Examples
Success response
JSON format
{
"TotalCount": 1,
"PageSize": 10,
"RequestId": "338CA33A-AE83-5DF4-B6F2-C6D3ED8143F5",
"PageNumber": 1,
"PipelineList": {
"Pipeline": [
{
"Speed": "Standard",
"State": "Paused",
"SpeedLevel": 1,
"NotifyConfig": {
"MqTopic": "example1,example2",
"QueueName": "example-queue-****",
"MqTag": "mts-test",
"Topic": "example-topic-****"
},
"Role": "AliyunMTSDefaultRole",
"Name": "example-pipeline-****",
"Id": "d1ce4d3efcb549419193f50f1fcd****",
"QuotaAllocate": 10,
"CreationTime": " 2021-03-04T06:44:43Z"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.