This mode doesn't send the data anywhere. You have to fetch if with a HTTP GET to /mgmt/shared/bigstats_exporter
destination:
POST https://{{mgmt_ip_address}}/mgmt/shared/bigstats_settings
{
"config": {
"destination": {
"protocol": "poll"
},
"size": "small",
"interval": 10,
"enabled": true,
"debug": false
}
}