Iam trying to add a note to an alert having tiny id 39 and getting the following error
Tried doing the same with IdentifierType as ID and Alias, still getting the same error
Body(In JSON)
{
"user":"ramu",
"source": "IT",
"note":"Action executed API ram 3"
}
{
"result": "Request will be processed",
"took": 0.007,
"requestId": "ed26e563-b33c-479c-bcc5-41c6ff399202"
}
{{server}}alerts/requests/ed26e563-b33c-479c-bcc5-41c6ff399202
{
"data": {
"success": false,
"action": "Add Note",
"processedAt": "2022-03-03T08:13:24.088Z",
"integrationId": "49cf8e9f-7ac7-438d-9086-3a48a940e46f",
"isSuccess": false,
"status": "[tinyId] length exceeds the maximum value [6]",
"alertId": "",
"alias": ""
},
"took": 0.004,
"requestId": "ab2b9bd7-f764-478d-9226-8c2815651590"
}
Hi @Ramshankar ,
Not entirely sure I've seen the error - "status": "[tinyId] length exceeds the maximum value [6]", - but if you were trying to add a note to an alert via API, and use the Tiny ID in the parameters, it'd look like this:
@Ramshankar it would help if you added the query parameters you're using. Make sure to match the identifier used in the URL with the type of identifier you're using:
The error message seems to indicate you used 'identifierType=tiny' but maybe provided a full ID in the URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.