Back to Blogs
Announcing the POST Process Search Validation API
Announcing the POST Process Search Validation API
Posted on April 11, 2023
A POST Process Search Validation endpoint has been released to address limitations in the length of the previous GET URL.
The new API signature is
Request
POST {cbc-hostname}/api/investigate/v2/orgs/{org_key}/processes/search_validation
Request Body - application/json
{
"query": "<string>"
}
Response
{
"valid": boolean,
"value_search_query": boolean
}
Resources
Have questions or feedback?
- Use the Developer Community Forum to discuss issues and get answers from other API developers in the Carbon Black Community
- Report bugs and change requests to Carbon Black Support
- Subscribe to the newsletter for regular updates