{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Certificates By Ca API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Certificates By Ca", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Core List Certificates by C a", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/certificates-by-ca/:caCertificateId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "caCertificateId", "value": "", "type": "path", "description": "The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate." }, { "name": "pageSize", "value": "", "type": "query", "description": "The result page size." }, { "name": "marker", "value": "", "type": "query", "description": "The marker for the next set of results." }, { "name": "isAscendingOrder", "value": "", "type": "query", "description": "Specifies the order for results. If True, the results are returned in ascending order, based on the creation date." } ] }, "docs": "

List the device certificates signed by the specified CA certificate.

Requires permission to access the ListCertificatesByCA action.

" } ] } ], "bundled": true }