cURL
curl --request GET \
--url https://us.infisical.com/api/v1/cert-manager/syncs/azure-key-vault{
"pkiSyncs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"destination": "azure-key-vault",
"isAutoSyncEnabled": true,
"destinationConfig": {
"vaultBaseUrl": "<string>"
},
"syncOptions": {
"canImportCertificates": false,
"canRemoveCertificates": true,
"includeRootCa": false,
"enableVersioning": true,
"certificateNameSchema": "<string>"
},
"connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"syncStatus": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z"
}
]
}Azure Key Vault
List Azure Key Vault PKI Syncs
List the Azure Key Vault PKI Syncs for the specified project.
GET
/
api
/
v1
/
cert-manager
/
syncs
/
azure-key-vault
cURL
curl --request GET \
--url https://us.infisical.com/api/v1/cert-manager/syncs/azure-key-vault{
"pkiSyncs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"destination": "azure-key-vault",
"isAutoSyncEnabled": true,
"destinationConfig": {
"vaultBaseUrl": "<string>"
},
"syncOptions": {
"canImportCertificates": false,
"canRemoveCertificates": true,
"includeRootCa": false,
"enableVersioning": true,
"certificateNameSchema": "<string>"
},
"connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"syncStatus": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z"
}
]
}Response
Default Response
Show child attributes
Show child attributes
Was this page helpful?
⌘I