Platform O&M/Cloud Monitoring/Monitoring and Alarm/SNS/SNS Operations
PUTSNS OperationsSince 5.0.0SynchronousAuth Required
UpdateAtPersonOfAtFeiShuEndpoint
UpdateAtPersonOfAtFeiShuEndpoint
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
updateatpersonofatfeishuendpointObjectRequiredupdateatpersonofatfeishuendpoint request body object.
endpointUuidStringRequiredThe FeiShu endpoint uuid.
userIdStringOptional. The FeiShu user id.
remarkStringOptional. The remark.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/sns/application-endpoints/feishu/at-persons/{uuid}/actions
/zstack/v1/sns/application-endpoints/feishu/at-persons/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/sns/application-endpoints/feishu/at-persons/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updateatpersonofatfeishuendpoint":{"endpointUuid":"<endpointUuid>","userId":"<userId>","remark":"<remark>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "cd642af04dc14443a61693c5ed9f055f", "userId": "18988887777", "endpointUuid": "edb3de87e9014eb9b1903739f3e8ec05", "createDate": "Dec 25, 2023 2:06:56 PM", "lastOpDate": "Dec 25, 2023 2:06:56 PM", "remark": "jack" } }Change History
This API has no change history records yet.
