Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
Overview
This node interacts with the Cloud Radial API to create API tokens. It is useful for automating the generation of API tokens with customizable names and expiration periods, facilitating secure and controlled access to the Cloud Radial platform. For example, it can be used in workflows that require programmatic access to Cloud Radial services by generating tokens on demand.
Use Case Examples
- Creating a new API token named 'MyToken' that expires in 365 days for use in subsequent API requests.
- Automating token creation with a custom expiration period to manage access lifecycle.
Properties
| Name | Meaning |
|---|---|
| Token Name | The name assigned to the API token being created, used to identify the token. |
| Expiration Days | The number of days until the token expires; optional and defaults to 365 days if not specified. |
| Request Options | Settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy configuration, and timeout duration. |
Output
JSON
tokenId- The unique identifier of the created API token.tokenName- The name of the created API token.expirationDate- The expiration date of the created API token.tokenValue- The actual token string used for authentication.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the API credentials are correctly configured and have permissions to create tokens.
- Verify that the token name is provided and is unique if required by the API.
- Check network connectivity and proxy settings if requests fail.
- If SSL errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Timeout errors may require increasing the timeout setting in request options.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including token management endpoints.