Patches REST Endpoints
Patches
Patch MySQL Cloud Service instances.
- Apply a Patch
- Method: putPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/MySQLCS/instances/{serviceId}/patches/{patchId} - Precheck Application of a Patch
- Method: putPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/MySQLCS/instances/{serviceId}/patches/checks/{patchId} - Rollback a Patch
- Method: putPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/MySQLCS/instances/{serviceId}/patches/{rollbackId}/rollback - View a Patch Operation Status
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/MySQLCS/instances/{serviceId}/patches/applied/job/{jobId} - View All Applied Patches
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/MySQLCS/instances/{serviceId}/patches/applied - View All Available Patches
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/MySQLCS/instances/{serviceId}/patches/available - View Status of a Patching Precheck Operation
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/MySQLCS/instances/{serviceId}/patches/checks/job/{jobId} - View Status of All Patching Precheck Operations
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/MySQLCS/instances/{serviceId}/patches/checks