{
"systemInformation": true,
"threadDump": true,
"metrics": true,
"configuration": true,
"security": true,
"log": true,
"taskLog": true,
"auditLog": true,
"jmx": true,
"replication": true,
"limitFileSizes": true,
"limitZipSize": true
}
curl --location -g --request POST 'http://{{host}}/v1/support/supportzippath' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemInformation": true,
"threadDump": true,
"metrics": true,
"configuration": true,
"security": true,
"log": true,
"taskLog": true,
"auditLog": true,
"jmx": true,
"replication": true,
"limitFileSizes": true,
"limitZipSize": true
}'
{
"file": "string",
"name": "string",
"size": "string",
"truncated": true
}