While making a rest call to update an endpoint, I am getting below error.
{
"api_version": "3.1",
"code": 500,
"message_list": i
{
"details": {},
"message": "uuid",
"reason": "INTERNAL_ERROR"
}
],
"state": "ERROR"
}
Steps performed:
- Make a get call to the resource UUID
- Remove the status key blog from the body received from step 1
- update the value key with new IP
- update the spec_version from current set of 0 to 1
- use this updated body to make PUT call to the resource UUID