Query Parameters
Minimum length:
1
Response
Default Response
curl --request GET \
--url https://us.infisical.com/api/v1/pki/syncs/aws-certificate-manager
{
"pkiSyncs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"destination": "aws-certificate-manager",
"isAutoSyncEnabled": true,
"destinationConfig": {
"region": "us-east-1"
},
"syncOptions": {
"canImportCertificates": false,
"canRemoveCertificates": true,
"certificateNameSchema": "<string>"
},
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"syncStatus": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z"
}
]
}
List the AWS Certificate Manager PKI Syncs for the specified project.
curl --request GET \
--url https://us.infisical.com/api/v1/pki/syncs/aws-certificate-manager
{
"pkiSyncs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"destination": "aws-certificate-manager",
"isAutoSyncEnabled": true,
"destinationConfig": {
"region": "us-east-1"
},
"syncOptions": {
"canImportCertificates": false,
"canRemoveCertificates": true,
"certificateNameSchema": "<string>"
},
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"syncStatus": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z"
}
]
}
1
Default Response
Show child attributes
Was this page helpful?