調用GetSubscriptionAttributes介面擷取Subscription的屬性。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
mns:GetSubscriptionAttributes |
get |
*Subscription
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| TopicName |
string |
是 |
Subscription 訂閱的主題名稱。 |
MyTopic |
| SubscriptionName |
string |
是 |
Subscription 的名稱。 |
MySubscription |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求的 ID。 |
06273500-249F-5863-121D-74D51123**** |
| Code |
integer |
響應 code。 |
200 |
| Status |
string |
響應的狀態。 |
Success |
| Message |
string |
響應資訊。 |
operation success |
| Success |
boolean |
請求是否成功。 |
true |
| Data |
object |
響應資料。 |
|
| SubscriptionName |
string |
Subscription 的名稱。 |
MySubscription |
| TopicOwner |
string |
Subscription 訂閱的主題所有者的 AccountId。 |
123456789098**** |
| TopicName |
string |
Subscription 訂閱的主題名稱。 |
MyTopic |
| Endpoint |
string |
訂閱的終端地址。 |
http://example.com |
| FilterTag |
string |
描述了該訂閱中訊息過濾的標籤(僅標籤一致的訊息才會被推送)。 |
important |
| CreateTime |
integer |
Subscription 的建立時間,從 1970-01-01 00:00:00 到現在的。 |
1449554806 |
| LastModifyTime |
integer |
最近一次修改 Subscription 屬性資訊的時間,從 1970-01-01 00:00:00 到現在的秒值。 |
1449554962 |
| NotifyStrategy |
string |
向 Endpoint 推送訊息錯誤時的重試策略。取值說明如下:
|
BACKOFF_RETRY |
| NotifyContentFormat |
string |
向 Endpoint 推送的訊息內容格式。 取值說明如下:
|
XML |
| DlqPolicy |
object |
無效信件佇列策略。 |
|
| Enabled |
boolean |
是否開啟死信訊息投遞。 |
true |
| DeadLetterTargetQueue |
string |
死信訊息投遞目標隊列。 |
deadLetterTargetQueue |
| TenantRateLimitPolicy |
object |
||
| Enabled |
boolean |
||
| MaxReceivesPerSecond |
integer |
樣本
正常返回樣本
JSON格式
{
"RequestId": "06273500-249F-5863-121D-74D51123****",
"Code": 200,
"Status": "Success",
"Message": "operation success",
"Success": true,
"Data": {
"SubscriptionName": "MySubscription",
"TopicOwner": "123456789098****",
"TopicName": "MyTopic",
"Endpoint": "http://example.com",
"FilterTag": "important",
"CreateTime": 1449554806,
"LastModifyTime": 1449554962,
"NotifyStrategy": "BACKOFF_RETRY",
"NotifyContentFormat": "XML",
"DlqPolicy": {
"Enabled": true,
"DeadLetterTargetQueue": "deadLetterTargetQueue"
},
"TenantRateLimitPolicy": {
"Enabled": true,
"MaxReceivesPerSecond": 0
}
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。