getOrgNacCrlFile

GET https://{{host}}/api/v1/orgs/:org_id/setting/mist_nac_crls

Returns all uploaded CRL file IDs with names for the orgI

Response Parameters

NameTypeDescription
idstringID for file upload, used to identify file even for deletion
created_timelongTime at which the file was first uploaded, in epoch
modified_timelongTime at which the file was last updated, in epoch
namestringName for the .crl file issuer if set
urlstringDownload URL for the .crl file

RESPONSES

status: OK

{"results":[{"id":"a1ca26f3-44dd-4833-9a7b-97bbb2ab5230","created_time":1698099079,"modified_time":1698099079,"name":"SampleCertificateSigner","url":"http://url/to/crl_file.crl"},{"id":"b6cab019-1167-4377-b44d-ec86c28fcb84","created_time":1698099179,"modified_time":1698099379,"name":"TestCertificateSigner","url":"http://url/to/crl_file.crl"}]}