{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Cacertificate API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cacertificate", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Core Describe C a Certificate", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/cacertificate/: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 CA certificate identifier." } ] }, "docs": "
Describes a registered CA certificate.
Requires permission to access the DescribeCACertificate action.
" }, { "info": { "name": "Amazon IoT Core Update C a Certificate", "type": "http" }, "http": { "method": "PUT", "url": "http://iot.{region}.amazonaws.com/cacertificate/: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 CA certificate identifier." }, { "name": "newStatus", "value": "", "type": "query", "description": "The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
" }, { "name": "newAutoRegistrationStatus", "value": "", "type": "query", "description": "The new value for the auto registration status. Valid values are: \"ENABLE\" or \"DISABLE\"." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a registered CA certificate.
Requires permission to access the UpdateCACertificate action.
" }, { "info": { "name": "Amazon IoT Core Delete C a Certificate", "type": "http" }, "http": { "method": "DELETE", "url": "http://iot.{region}.amazonaws.com/cacertificate/: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 certificate to delete. (The last part of the certificate ARN contains the certificate ID.)" } ] }, "docs": "Deletes a registered CA certificate.
Requires permission to access the DeleteCACertificate action.
" }, { "info": { "name": "Amazon IoT Core Register C a Certificate", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/cacertificate", "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": "setAsActive", "value": "", "type": "query", "description": "A boolean value that specifies if the CA certificate is set to active.
Valid values: ACTIVE | INACTIVE
Registers a CA certificate with Amazon Web Services IoT Core. There is no limit to the number of CA certificates you can register in your Amazon Web Services account. You can register up to 10 CA certificates with the same CA subject field per Amazon Web Services account.
Requires permission to access the RegisterCACertificate action.
" } ] } ], "bundled": true }