Infrastructure/Collects
POSTInfrastructureSince 1.0SynchronousAuth Required
ValidateConfig
Validate a collection configuration before applying it to a platform.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
configObjectRequiredConfiguration data as key-value pairs
Example: (nested object)
Responses
Endpoint
POST/api/v1/collects/validate
/api/v1/collects/validate
Request Example
curl -X POST '{host}/api/v1/collects/validate' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"config":"(nested object)"}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
