Please enable JavaScript.
Coggle requires JavaScript to display documents.
User Journey - API - Coggle Diagram
User Journey - API
REST
Validate the gateway call by creating a REST API with * and every operation (GET, POST, PUT, DELETE, PATCH)
Create Environment
Create Scope
Create REST Pool
Create REST API
Create Default API
Create application
Approve application
- 1 more item...
-
-
-
-
-
-
REST
Validate the gateway call by creating a REST API by adding a single resource (resource1) with GET, POST, PUT, DELETE, and PATCH operations
Create Environment
Create Scope
Create REST Pool
Create REST API
Create Default API
Go to Resource Paths
Add new resource (/resource1) with GET, PUT, POST, DELETE and PATCH operations
- 1 more item...
REST
Validate the gateway call by creating a REST API by adding multiple resources (resource1 and resource2) with GET, POST, PUT, DELETE, and PATCH operations
Create Environment
Create Scope
Create REST Pool
Create REST API
Create Default API
Go to Resource Paths
Add two resources (/resource1 and /resource2) with GET, PUT, POST, DELETE and PATCH operations
- 1 more item...
-
-
-
-
-
WS
Validate the gateway call by creating a WebSocket API with a wildcard (*) channel supporting both publish and subscribe operations.
Create Environment
Create Scope
Create WebSocket Pool
Create WebSocket API
Create Default API
Create application
Approve application
- 1 more item...
WS
Validate the gateway call by creating a WebSocket API with a single channel (channel1) supporting publish and subscribe operations.
-
WS
Validate the gateway call by creating a WebSocket API with multiple channels (channel1 and channel2), each supporting publish and subscribe operations.
-
WS
Validate the gateway call by consuming and sending messages through an existing WebSocket API in the test environment.
-
WS
Validate the gateway call by providing an invalid channel path (e.g.,/Channel1 and confirm that the gateway returns an appropriate error response.
-
WS
Validate the gateway call by deleting an added channel (e.g., /channel1) and verifying that the channel is no longer accessible.
-
WS
Validate the gateway call by deleting one of the operations (publish or subscribe) from a channel and verifying that the operation is no longer functional on that channel.
-
WS
Validate the gateway call after updating the WebSocket API configuration (such as adding/removing channels or operations) and confirm that the changes are applied correctly by the gateway.
-