Get Blocked Topic Status

Get the history data to check whether the Topics are blocked.

Request Format

GET https://{apigw-address}/edge-service/v2.1/topic?

Request Parameters (URI)

Request parameters (URI)
Name Location (Path/Query) Required or not Data type Description
topic Query Yes String 查询的 Topic

Response Parameters

Name Data type Description
blocked Bool True (blocked), False (Not blocked)

Sample

Request Sample

GET http://{apigw-address}/edge-service/v2.1/topic?topic=history_data

Return Sample

{
"code": 0,
"msg": "OK",
"requestId": "2c986d78-049d-4b14-9c2f-abc2a495d98c",
"data":
{
"blocked": false
}
}