curl --request GET \
--url https://us.infisical.com/api/v1/cert-manager/syncs/aws-elastic-load-balancer{
"pkiSyncs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"destination": "aws-elastic-load-balancer",
"isAutoSyncEnabled": true,
"destinationConfig": {
"region": "us-east-1",
"loadBalancerArn": "<string>",
"listeners": [
{
"listenerArn": "<string>",
"port": 1,
"protocol": "<string>",
"setAsDefault": true
}
]
},
"syncOptions": {
"canImportCertificates": false,
"canRemoveCertificates": false,
"preserveArn": true,
"includeRootCa": false,
"certificateNameSchema": "<string>"
},
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"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"
}
]
}List the AWS Elastic Load Balancer PKI Syncs for the specified project.
curl --request GET \
--url https://us.infisical.com/api/v1/cert-manager/syncs/aws-elastic-load-balancer{
"pkiSyncs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"destination": "aws-elastic-load-balancer",
"isAutoSyncEnabled": true,
"destinationConfig": {
"region": "us-east-1",
"loadBalancerArn": "<string>",
"listeners": [
{
"listenerArn": "<string>",
"port": 1,
"protocol": "<string>",
"setAsDefault": true
}
]
},
"syncOptions": {
"canImportCertificates": false,
"canRemoveCertificates": false,
"preserveArn": true,
"includeRootCa": false,
"certificateNameSchema": "<string>"
},
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"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"
}
]
}Was this page helpful?