importOrgNacCrlFile
POST https://{{host}}/api/v1/orgs/:org_id/setting/mist_nac_crls
Import NAC Org CRL file is a multipart POST which has a .crl file to allow user to manually upload a Certificate Revocation List file. We support one file upload per Issuer. Re-uploads for the same issuer will overwrite the existing file.
Response Parameters
Name | Type | Description |
---|---|---|
id | string | ID for file upload, used to identify file even for deletion |
created_time | long | Time at which the file was first uploaded, in epoch |
modified_time | long | Time at which the file was last updated, in epoch |
name | string | Name for the .crl file issuer if set |
url | string | Download URL for the .crl file |
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"json", "value"=>"", "datatype"=>"null"}]
RESPONSES
status: OK
{"id":"a1ca26f3-44dd-4833-9a7b-97bbb2ab5230","created_time":1698099079,"modified_time":1698099079,"name":"SampleCertificateSigner","url":"http://url/to/crl_file.crl"}