PKI Syncs

Get a PKI Sync by ID.

get/api/v1/cert-manager/syncs/{pkiSyncId}

Path parameters

pkiSyncIdstring required

Response

Default Response

idstring uuid required
namestring required
descriptionstring nullable
destination'azure-key-vault' | 'aws-certificate-manager' | 'aws-secrets-manager' | 'aws-elastic-load-balancer' | 'chef' | 'gcp-certificate-manager' | 'cloudflare-custom-certificate' | 'netscaler' | 'f5-big-ip' | 'kemp-loadmaster' | 'linux-server' | 'windows-server' | 'nutanix-prism-central' required
isAutoSyncEnabledboolean required
destinationConfigobject required
syncOptionsobject required
applicationIdstring uuid nullable
subscriberIdstring uuid nullable
connectionIdstring uuid required
createdAtstring date-time required
updatedAtstring date-time required
syncStatusstring nullable
lastSyncJobIdstring nullable
lastSyncMessagestring nullable
lastSyncedAtstring date-time nullable
lastHealthCheckRanAtstring date-time nullable
lastHealthCheckStatus'pending' | 'running' | 'succeeded' | 'failed' nullable
lastHealthCheckMessagestring nullable
importStatusstring nullable
lastImportJobIdstring nullable
lastImportMessagestring nullable
lastImportedAtstring date-time nullable
removeStatusstring nullable
lastRemoveJobIdstring nullable
lastRemoveMessagestring nullable
lastRemovedAtstring date-time nullable
appConnectionNamestring required
appConnectionAppstring required
hasCertificateboolean

Changes

Changed in 4 of the 22 revisions of this API.53

    • added the new gcp-certificate-manager enum value to the response property for the response status

      response-property-enum-value-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the new kemp-loadmaster enum value to the response property for the response status

      response-property-enum-value-added

    • added the new linux-server enum value to the response property for the response status

      response-property-enum-value-added

    • added the new nutanix-prism-central enum value to the response property for the response status

      response-property-enum-value-added

    • added the new windows-server enum value to the response property for the response status

      response-property-enum-value-added