You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Get the Alert manager. Retrieve information about the Alert manager which is unique per Project and region. By default the Alert manager is disabled.
632
663
The output returned displays a URL to access the Alert manager, and whether the Alert manager and managed alerts are enabled.
Copy file name to clipboardExpand all lines: packages_generated/iot/src/v1/types.gen.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ export interface Hub {
291
291
*/
292
292
organizationId: string
293
293
/**
294
-
* When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certifcate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority.
294
+
* When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certificate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority.
You'll need a pair of access and secret keys to connect to Scaleway API. Please check the [documentation](https://www.scaleway.com/en/docs/identity-and-access-management/iam/how-to/create-api-keys/) on how to retrieve them.
- ✅ Full TypeScript support with complete type definitions
78
+
- ✅ Promise-based API
79
+
- ✅ Automatic pagination helpers
80
+
- ✅ Built-in error handling
81
+
- ✅ Compatible with Node.js ≥ 20
82
+
83
+
## Support
84
+
85
+
We love feedback! Feel free to reach us on:
86
+
-[Scaleway Slack community](https://slack.scaleway.com/) - Join us on [#opensource](https://scaleway-community.slack.com/app_redirect?channel=opensource)
This repository is at its early stage and is still in active development. If you are looking for a way to contribute, please read [CONTRIBUTING.md](https://github.com/scaleway/scaleway-sdk-js/blob/master/CONTRIBUTING.md).
92
+
93
+
## License
94
+
95
+
This project is Apache 2.0 licensed. See the [LICENSE](https://github.com/scaleway/scaleway-sdk-js/blob/master/LICENSE) file for details.
0 commit comments