Register a system
POST/fleet
Registers a new system in your NimbusWiz organization.
The system ID must be unique and match the format nimbus-[name]-[number].
Requires fleet:write scope.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 429
System registered successfully.
Missing required field or invalid value.
Missing, invalid, or revoked API key.
Valid API key, but insufficient scope for this endpoint.
A system with this ID already exists.
Rate limit exceeded. See rate-limits for retry guidance.