Trying to compose an insight query which would extract the following fields.
apiname, endpoint, responseCode, status
from the log:
"{\n \"apiName\": \"test_Authentication\",\n \"endpoint\": \"https://test.cloud.com\",\n \"responseCode\": 200,\n \"status\": \"Healthy\",\n}
As of now I am getting empty fields: