Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions monitoring/FNL-Monitoring-List.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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');
Expand All @@ -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');
Expand All @@ -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');
Expand All @@ -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');
Expand All @@ -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');
Expand All @@ -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');
Expand Down
Loading