I need to push an JSON array information into custom dashboard table.
[
{
api_name: "abc_api",
owner: "avish"
},
{
api_name: "xyz_api",
owner: "avesh"
},
etc...
]
I need to push the info into a table with 2 column like API_NAME and API_OWNER.
Please let me know if this can be possible with 'anypoint custom metric' connector or do we have any option in mulesoft ?