curl --request GET \
--url https://us.infisical.com/api/v1/cert-manager/syncs{
"pkiSyncs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"destination": "azure-key-vault",
"isAutoSyncEnabled": true,
"destinationConfig": {},
"syncOptions": {},
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"appConnectionName": "<string>",
"appConnectionApp": "<string>",
"connection": {
"id": "<string>",
"name": "<string>",
"app": "<string>",
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"method": "<string>",
"version": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"encryptedCredentials": "<unknown>",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"gatewayId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isPlatformManagedCredentials": true
},
"description": "<string>",
"subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"syncStatus": "<string>",
"lastSyncJobId": "<string>",
"lastSyncMessage": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z",
"importStatus": "<string>",
"lastImportJobId": "<string>",
"lastImportMessage": "<string>",
"lastImportedAt": "2023-11-07T05:31:56Z",
"removeStatus": "<string>",
"lastRemoveJobId": "<string>",
"lastRemoveMessage": "<string>",
"lastRemovedAt": "2023-11-07T05:31:56Z",
"subscriber": {
"id": "<string>",
"name": "<string>"
},
"hasCertificate": true
}
]
}List all the PKI Syncs for the specified project.
curl --request GET \
--url https://us.infisical.com/api/v1/cert-manager/syncs{
"pkiSyncs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"destination": "azure-key-vault",
"isAutoSyncEnabled": true,
"destinationConfig": {},
"syncOptions": {},
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"appConnectionName": "<string>",
"appConnectionApp": "<string>",
"connection": {
"id": "<string>",
"name": "<string>",
"app": "<string>",
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"method": "<string>",
"version": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"encryptedCredentials": "<unknown>",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"gatewayId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isPlatformManagedCredentials": true
},
"description": "<string>",
"subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"syncStatus": "<string>",
"lastSyncJobId": "<string>",
"lastSyncMessage": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z",
"importStatus": "<string>",
"lastImportJobId": "<string>",
"lastImportMessage": "<string>",
"lastImportedAt": "2023-11-07T05:31:56Z",
"removeStatus": "<string>",
"lastRemoveJobId": "<string>",
"lastRemoveMessage": "<string>",
"lastRemovedAt": "2023-11-07T05:31:56Z",
"subscriber": {
"id": "<string>",
"name": "<string>"
},
"hasCertificate": true
}
]
}Default Response
Show child attributes
azure-key-vault, aws-certificate-manager, aws-secrets-manager, chef Show child attributes
Was this page helpful?