List the certs on a device
GET {{baseUrl}}/networks/:networkId/sm/devices/:deviceId/certs
List the certs on a device
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"name":"My Cert","notValidAfter":"2018-05-12T00:00:00Z","notValidBefore":"2018-02-11T00:00:00Z","certPem":"-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----\n","deviceId":"1234","issuer":"","subject":"","id":"15"}]