access-token: ********************curl --location '/admin/network/security/polling_datasource?name=undefined' \
--header 'access-token: <api-key>'{
"success": true,
"polling_datasources": [
{
"id": 0,
"name": "string",
"type": "string",
"config": {},
"enabled": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
}