BIG-IP LTM v21.0.0¶
Commands Introduced in BIG-IP LTM 21.0.0¶
- JSON::array - group of subcommands that operate on a JSON array
- JSON::create - creates a new, empty JSON cache instance
- JSON::get - gets the value content of a JSON element
- JSON::object - group of subcommands that operate on a JSON object
- JSON::parse - parses JSON content into a JSON cache that can be manipulated using further JSON:: commands
- JSON::render - returns a string containing a textual rendering of the JSON cache content
- JSON::root - gets the JSON element (aka. JSON value) at the root of a JSON cache’s tree
- JSON::set - sets a JSON element (aka. JSON value) to the given type and given content
- JSON::type - gets the type of the given JSON element (aka. JSON value)
- SSE::field - provides the ability to create, read, update, and delete individual fields on a Server Sent Events (SSE) message
Commands Updated in BIG-IP LTM 21.0.0¶
Events Introduced in BIG-IP LTM 21.0.0¶
- JSON_REQUEST - triggered upon successful parsing of valid JSON content in the body of an HTTP (or HTTP/2) request message
- JSON_REQUEST_ERROR - triggered when an HTTP (or HTTP/2) request message’s body should contain JSON content but it could not be parsed
- JSON_REQUEST_MISSING - triggered when an HTTP (or HTTP/2) request has no body or does not contain JSON content
- JSON_RESPONSE - triggered upon successful parsing of valid JSON content in the body of an HTTP (or HTTP/2) response message
- JSON_RESPONSE_ERROR - triggered when an HTTP (or HTTP/2) response message’s body should contain JSON content but it could not be parsed
- JSON_RESPONSE_MISSING - triggered when an HTTP (or HTTP/2) response has no body or does not contain JSON content
- SSE_RESPONSE - triggered when an SSE server response message has been received
Events Updated in BIG-IP LTM 21.0.0¶
Commands Deprecated or Removed in BIG-IP LTM 21.0.0¶
Events Deprecated or Removed in BIG-IP LTM 21.0.0¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.