{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin Pki API", "version": "0.0.1" }, "items": [ { "info": { "name": "Pki", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v1/pki/ca/azure-ad-cs/{caId}/templates", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/ca/azure-ad-cs/:caId/templates", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "Project ID" }, { "name": "caId", "value": "", "type": "path", "description": "Azure AD CS CA ID" } ] }, "docs": "Get available certificate templates from Azure AD CS CA" }, { "info": { "name": "GET /api/v1/pki/syncs/aws-elastic-load-balancer/load-balancers", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/syncs/aws-elastic-load-balancer/load-balancers", "params": [ { "name": "connectionId", "value": "", "type": "query" }, { "name": "region", "value": "", "type": "query" } ] }, "docs": "List AWS Elastic Load Balancers available for the specified connection and region." }, { "info": { "name": "GET /api/v1/pki/syncs/aws-elastic-load-balancer/listeners", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/syncs/aws-elastic-load-balancer/listeners", "params": [ { "name": "connectionId", "value": "", "type": "query" }, { "name": "region", "value": "", "type": "query" }, { "name": "loadBalancerArn", "value": "", "type": "query" } ] }, "docs": "List HTTPS/TLS listeners for the specified AWS Elastic Load Balancer." }, { "info": { "name": "POST /api/v1/pki/syncs/aws-elastic-load-balancer/{pkiSyncId}/certificates/default", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/pki/syncs/aws-elastic-load-balancer/:pkiSyncId/certificates/default", "params": [ { "name": "pkiSyncId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set a certificate as the default for all listeners in this AWS ELB PKI Sync. This will trigger a sync immediately." }, { "info": { "name": "DELETE /api/v1/pki/syncs/aws-elastic-load-balancer/{pkiSyncId}/certificates/default", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/pki/syncs/aws-elastic-load-balancer/:pkiSyncId/certificates/default", "params": [ { "name": "pkiSyncId", "value": "", "type": "path" } ] }, "docs": "Clear the default certificate for this AWS ELB PKI Sync. No certificate will be set as the default on listeners. This will trigger a sync immediately." } ] } ], "bundled": true }