租户端 计算 容器服务 Secret接口 获取Secret某个Key关联的app信息

获取Secret某个Key关联的app信息

最近更新时间: 2019-11-02 13:12:35

GET /v2/secrets/{projectName}/{secretName}/{keyName}/apps 返回

{
"content":[
  {
"appId": "79c8a4f5ae13f2239ad8b8103ecacb19ec9137088427e062ffd7807cb163e84d",
"appName": "demoapp4",
"type": "Volume",
"mountPath": "/etc/config"
   },
   {
"appId": "fea3f59a50eda2416942d8c7ef5f190886e5b432eec6c5759c29711eb683a82a",
"appName": "demoapp5",
"type": "Volume",
"mountPath": "/etc/config"
   }
  ]
}