应用管理与运维平台 SERVICESTAGE-查询服务providers:响应示例

时间:2024-09-14 16:28:44

响应示例

状态码: 200

查询成功,则返回serviceId或者schemaId。

{
    "providers": [
        {
            "serviceId": "8aed80ea052ac04a64dfc79c24f2170224d074f5",
            "appId": "default",
            "serviceName": "test",
            "version": "1.0.0",
            "description": "this is a test",
            "level": "BACK",
            "status": "UP",
            "properties": {
                "test": "test"
            },
            "timestamp": "1650543950",
            "modTimestamp": "1650544411"
        }
    ]
}
support.huaweicloud.com/api-servicestage/cse_06_0059.html