Creating a Cloud Action Configuration
Create a Cloud Action Configuration.
Before you create one of these, you will need to configure an action.
Implementation:
- Click the Cloud Action Publishing link in the Your Model tab.
- Open the Configuration Options menu.
- Click New Configuration to open the Create New Cloud Action Configuration window.
- Enter a unique configuration name.
- Type a description for the new configuration in the field provided.
- (Optional) Tick the Make Documentation Public check box to make the configuration's OpenAPI documentation public. Not ticking this check box,
This documentation is also known as a swagger document, which is formatted using JSON. Making this public allows unrestricted access to the documentation generated for your actions, without needing any security credentials. This will not affect security on the actions themselves.
- Use the check boxes to select which actions you want to include in the configuration.
- Use the Display Name field to enter an alternative name for the selected actions. The name you use here will be visible to the end user, when the configuration is published.
- Click Create.
You'll now be able to modify, create subscription keys for developers to access the configuration online, download the OpenAPI and deactivate it, if you decide the configuration no longer needs to be active.