将属性值分配给用户提供的凭据 API 先决条件 注: 您可以在 Community Edition 中查看 Control Room APIs,但 API 功能受限。您需要获得许可证的 Automation 360 版本才能访问 API 的全部功能。 使用身份验证 API 生成 JSON Web 令牌。请参阅身份验证 API。 过程 将认证令牌添加到请求标头。 使用 POST 方法和端点 URL:<your_control_room_url>/credentialvault/credentials。 请求正文:{ "name": "Email", "description": "", "attributes": [ { "name": "password", "description": "", "userProvided": true, "masked": true } ] } 发送请求。 响应正文: REST API 用 HTTP 响应代码响应每个请求。 有关响应代码,请参阅 API 响应代码。
将属性值分配给用户提供的凭据 API 先决条件 注: 您可以在 Community Edition 中查看 Control Room APIs,但 API 功能受限。您需要获得许可证的 Automation 360 版本才能访问 API 的全部功能。 使用身份验证 API 生成 JSON Web 令牌。请参阅身份验证 API。 过程 将认证令牌添加到请求标头。 使用 POST 方法和端点 URL:<your_control_room_url>/credentialvault/credentials。 请求正文:{ "name": "Email", "description": "", "attributes": [ { "name": "password", "description": "", "userProvided": true, "masked": true } ] } 发送请求。 响应正文: REST API 用 HTTP 响应代码响应每个请求。 有关响应代码,请参阅 API 响应代码。