Register a single node
POST/v1/admin/nodes
Synchronously registers a single node using a provided certificate string. The certificate is used to create a thing in AWS IoT Core Returns the created node ID immediately.
Registration is not idempotent: submitting a certificate whose node is already registered returns 409. Use the update-jobs endpoint to modify an already-registered node.
Request
Responses
- 201
- 400
- 409
- 500
Node successfully registered
Bad request
A node with this certificate's CN is already registered
Internal server error