This advanced action allows you to send CoAP requests from NeoLoad
Property | Value |
---|---|
Maturity | Experimental |
Author | Neotys Professional Services |
License | BSD Simplified |
NeoLoad | 6.1 (Enterprise or Professional Edition w/ Integration & Advanced Usage and NeoLoad Web option required) |
Requirements | |
Bundled in NeoLoad | No |
Download Binaries | See the latest release |
- Download the latest release
- Read the NeoLoad documentation to see How to install a custom Advanced Action
- Read the NeoLoad documentation to see How to use an Advanced action
Name | Description |
---|---|
Method | Method to use to send the request to the server. Possible value are GET, POST, PUT, DELETE |
Server | address of the CoAP server |
Port | Port of the CoAP endpoint |
Path (optional) | Path to the URI without the first / |
Confirmable (optional) | Set to true or false. If true, request is confirmable. If false, request is non-confirmable. |
Payload (optional) | Send a payload along a POST or PUT request |
Token (optional) | Specifies a token for the request |
If-None-Match (optional) | Adds the If-None-Match header in a PUT request. No value needs to be specified |
If-Match (optional) | Adds an If-Match header in a PUT request. Value needs to be an hex etag without the 0x |
Etag (optional) | Adds an etag to the request. Value needs to be in hex format without the 0x |
You can also add any parameter with any name and value. NeoLoad will concatenate them :
- in the path for a GET,
- in the payload for a POST or PUT.
- NL-CoAPClient-01 : No response from the CoAP server