Infrastructure/Change Management
GETChangeManagementSince 1.0SynchronousAuth Required
GetChangeRequest
Retrieve a single change request by its ID
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 retrieve
Responses
Endpoint
GET/api/v1/change-management/change-requests/{crId}
/api/v1/change-management/change-requests/{crId}
Request Example
curl -X GET '{host}/api/v1/change-management/change-requests/{crId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"id": "cr-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"title": "Upgrade database cluster to v14",
"description": "Rolling upgrade of PostgreSQL from v13 to v14 with no downtime",
"changeType": {},
"status": {},
"plannedStart": "example",
"plannedEnd": "example",
"impactScope": {}
}Change History
This API has no change history records yet.
