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
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 |
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"}]}