hosts and exclude_hosts values before creating or updating a target.hosts and exclude_hosts inputs.num_of_hosts) after exclusions are applied, along with an optional error message if the input is invalid.Authorization: Bearer ********************x-api-key: ********************curl --location --request GET '/v2/targets/calculate_hosts?hosts&exclude_hosts' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"num_of_hosts": 0,
"error": "string"
}