PKI Syncs

Delete the specified Linux Server PKI Sync.

delete/api/v1/pki/syncs/linux-server/{pkiSyncId}

Path parameters

pkiSyncIdstring required

Response

Default Response

idstring uuid required
namestring required
descriptionstring nullable
destination'linux-server' required
isAutoSyncEnabledboolean required
projectIdstring uuid required
subscriberIdstring uuid nullable
connectionIdstring uuid required
createdAtstring date-time required
updatedAtstring date-time required
syncStatusstring nullable
lastSyncedAtstring date-time nullable
lastHealthCheckRanAtstring date-time nullable
lastHealthCheckStatus'pending' | 'running' | 'succeeded' | 'failed' nullable
lastHealthCheckMessagestring nullable

Changes

Changed in 4 of the 20 revisions of this API.16

    • added the optional property lastHealthCheckMessage to the response with the 200 status

      response-optional-property-added

    • added the optional property lastHealthCheckRanAt to the response with the 200 status

      response-optional-property-added

    • added the optional property lastHealthCheckStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property syncOptions/healthCheckCommand to the response with the 200 status

      response-optional-property-added

    • the syncOptions/postSyncCommand response property's maxLength was increased from 2048 to 8192 for the response status 200

      response-property-max-length-increased

    • added the optional property syncOptions/postSyncCommand to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added