运行与服务关联的命令 已弃用

发布 /groups/{groupId}/apps/{appId}/services/{serviceId}/commands/{commandName}

运行与服务相关的命令。

路径参数

响应

  • 200

    已成功执行。

POST /groups/{groupId}/apps/{appId}/services/{serviceId}/commands/{commandName}
curl \
 --request POST 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/services/{serviceId}/commands/{commandName}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"