{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs NAC CRL API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs NAC CRL", "type": "folder" }, "items": [ { "info": { "name": "getOrgNacCrl", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/mist_nac_crls", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Returns all uploaded CRL file IDs with names for the orgI" }, { "info": { "name": "importOrgNacCrl", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/mist_nac_crls", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "The Import NAC Org CRL File endpoint allows users to manually upload a Certificate Revocation List (CRL) file in either PEM or DER format. This is a multipart POST request. We support one file upload per issuer, and re-uploads for the same issuer will overwrite the existing file." }, { "info": { "name": "deleteOrgNacCrl", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/mist_nac_crls/:naccrl_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "naccrl_id", "value": "", "type": "path" } ] }, "docs": "Delete NAC Org CRL file is a DELETE request to delete CRL file identified by its ID (ID assigned on file upload/creation)" } ] } ], "bundled": true }