Infrastructure/Change Management
POSTChangeManagementSince 1.0SynchronousAuth Required
CloseChangeRequest
Close a change request and generate a post-change report
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
crIdStringRequiredID of the change request to close and generate a report for
Responses
Endpoint
POST/api/v1/change-management/change-requests/{crId}/close
/api/v1/change-management/change-requests/{crId}/close
Request Example
curl -X POST '{host}/api/v1/change-management/change-requests/{crId}/close' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"crId": "cr-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"actualDurationMinutes": 45,
"suppressedAlertCount": 7,
"unexpectedAlertCount": 1,
"impactAsExpected": true,
"lessonsLearnedTemplate": "## What went well\n## What could be improved\n",
"generatedAt": "example"
}Change History
This API has no change history records yet.
