Article Content
Article Number | 000034527 |
Applies To | RSA Product Set: Security Analytics, NetWitness Logs and NetWork RSA Product/Service Type: Core Appliance Platform: CentOS |
Issue | What is the maximum number of characters in a REST/SDK query? |
Resolution | Internally RSA Security Analytics/NetWitness appliances are using the C++ string type to hold the SDK-call message. The maximum length will be decided by the std::basic_string::max_size of C++ language. On a popular system such a number is 4294967294. Please note that the REST call from a web browser has limit of 8192 bytes which is the limit of HTTP GET request. |