Bulk Certificate Creation

Retrieve a batch of pre-generated certificates (the outcome of a batch certificate creation task) either as a downloadable zip file (default) or as a list of pre-signed urls.

get/certificates/{taskId}

Query parameters

downloadType'signedUrl' | 'zip'

ID of device template to publish

Response

OK. Either a zip file as the response (default), or a list of s3 presigned urls (when ?downloadType=signedUrl).

Changes

Changed in 1 of the 3 revisions of this API.15

  • d7859da15bfc15See the full diff
    • the optional response header location removed for the status 303

      optional-response-header-removed

    • api operation id getBulkCertificates removed and replaced with getCertificates

      api-operation-id-removed

    • added the new optional query request parameter downloadType

      new-optional-request-parameter

    • added the media type application/vnd.aws-cdf-v1.0+json for the response with the status 200

      response-media-type-added

    • added the media type application/vnd.aws-cdf-v1.0+json for the response with the status 404

      response-media-type-added

    • added the media type application/zip for the response with the status 200

      response-media-type-added