diff --git a/monitoring/FNL-Monitoring-List.csv b/monitoring/FNL-Monitoring-List.csv index 3ba8c7b3..d88a46f5 100644 --- a/monitoring/FNL-Monitoring-List.csv +++ b/monitoring/FNL-Monitoring-List.csv @@ -1164,7 +1164,7 @@ $http.get('https://cda.datacommons.cancer.gov/columns/', assert.ok('description' in firstObj, 'Expected object to have description key.'); } );",,TRUE,C0A1RL83C05,,, -DataCentric Federation,DCC,CCDI,Dev,API,https://dcc-dev.ccdi.cancer.gov/api/v1/subject?sex=M&page=1,"var assert = require('assert'); +DataCentric Federation,DCC,CCDI,Dev,API-SUBJECT,https://dcc-dev.ccdi.cancer.gov/api/v1/subject?sex=M&page=1,"var assert = require('assert'); function parseJson(body) { if (body == null) throw new Error('Empty response body'); @@ -1187,7 +1187,7 @@ $http.get({ url: url, timeout: 30000 }, function (err, response, body) { assert.ok(json.hasOwnProperty('data'), 'Expected top-level ""data""'); assert.ok(Array.isArray(json.data), '""data"" should be an array'); });",,TRUE,C09K0DDBMK8,,, -DataCentric Federation,DCC,CCDI,Dev,API,https://dcc-dev.ccdi.cancer.gov/api/v1/sample?page=1,"var assert = require('assert'); +DataCentric Federation,DCC,CCDI,Dev,API-SAMPLE,https://dcc-dev.ccdi.cancer.gov/api/v1/sample?page=1,"var assert = require('assert'); function parseJson(body) { if (body == null) throw new Error('Empty response body'); @@ -1210,7 +1210,7 @@ $http.get({ url: url, timeout: 30000 }, function (err, response, body) { assert.ok(json.hasOwnProperty('data'), 'Expected top-level ""data""'); assert.ok(Array.isArray(json.data), '""data"" should be an array'); });",,TRUE,C09K0DDBMK8,,, -DataCentric Federation,DCC,CCDI,Dev,API,https://dcc-dev.ccdi.cancer.gov/api/v1/file?page=1,"var assert = require('assert'); +DataCentric Federation,DCC,CCDI,Dev,API-FILE,https://dcc-dev.ccdi.cancer.gov/api/v1/file?page=1,"var assert = require('assert'); function parseJson(body) { if (body == null) throw new Error('Empty response body'); @@ -1233,7 +1233,7 @@ $http.get({ url: url, timeout: 30000 }, function (err, response, body) { assert.ok(json.hasOwnProperty('data'), 'Expected top-level ""data""'); assert.ok(Array.isArray(json.data), '""data"" should be an array'); });",,TRUE,C09K0DDBMK8,,, -DataCentric Federation,DCC,CCDI,Dev,API,https://dcc-dev.ccdi.cancer.gov/api/v1/metadata/fields/sample,"var assert = require('assert'); +DataCentric Federation,DCC,CCDI,Dev,API-SAMPLE-FIELDS,https://dcc-dev.ccdi.cancer.gov/api/v1/metadata/fields/sample,"var assert = require('assert'); function parseJson(body) { if (body == null) throw new Error('Empty response body'); @@ -1256,7 +1256,7 @@ $http.get({ url: url, timeout: 30000 }, function (err, response, body) { assert.ok(json.hasOwnProperty('fields'), 'Expected top-level ""fields""'); assert.ok(Array.isArray(json.fields), '""fields"" should be an array'); });",,TRUE,C09K0DDBMK8,,, -DataCentric Federation,DCC,CCDI,Dev,API,https://dcc-dev.ccdi.cancer.gov/api/v1/namespace,"var assert = require('assert'); +DataCentric Federation,DCC,CCDI,Dev,API-NAMESPACE,https://dcc-dev.ccdi.cancer.gov/api/v1/namespace,"var assert = require('assert'); function parseJson(body) { if (body == null) throw new Error('Empty response body'); @@ -1278,7 +1278,7 @@ $http.get({ url: url, timeout: 30000 }, function (err, response, body) { var json = parseJson(body); assert.ok(Array.isArray(json), 'Expected response to be an array'); });",,TRUE,C09K0DDBMK8,,, -DataCentric Federation,DCC,CCDI,Dev,API,https://dcc-dev.ccdi.cancer.gov/api/v1/sample-diagnosis?page=1,"var assert = require('assert'); +DataCentric Federation,DCC,CCDI,Dev,API-SAMPLE-DIAGNOSIS,https://dcc-dev.ccdi.cancer.gov/api/v1/sample-diagnosis?page=1,"var assert = require('assert'); function parseJson(body) { if (body == null) throw new Error('Empty response body'); @@ -1301,7 +1301,7 @@ $http.get({ url: url, timeout: 30000 }, function (err, response, body) { assert.ok(json.hasOwnProperty('data'), 'Expected top-level ""data""'); assert.ok(Array.isArray(json.data), '""data"" should be an array'); });",,TRUE,C09K0DDBMK8,,, -DataCentric Federation,DCC,CCDI,Dev,API,https://dcc-dev.ccdi.cancer.gov/api/v1/subject-diagnosis?page=1,"var assert = require('assert'); +DataCentric Federation,DCC,CCDI,Dev,API-SUBJECT-DIAGNOSIS,https://dcc-dev.ccdi.cancer.gov/api/v1/subject-diagnosis?page=1,"var assert = require('assert'); function parseJson(body) { if (body == null) throw new Error('Empty response body');