// getAllCDPCollection() export const CDP_GETALL_INPUT = { "result": true, "faultCode": 0, "faultCause": null, "returnValue": [ { "cdpKey": "15541777704060303", "profileName": "profile1", "schedulingType0": "DWRR", "bandwidth0": "2000", "schedulingType1": "DWRR", "bandwidth1": "2000", "schedulingType2": "DWRR", "bandwidth2": "2000", "schedulingType3": "DWRR", "bandwidth3": "2000", "schedulingType4": "DWRR", "bandwidth4": "2000", "schedulingType5": "DWRR", "bandwidth5": "2000", "schedulingType6": "DWRR", "bandwidth6": "2000", "schedulingType7": "DWRR", "bandwidth7": "2000", "cdpStatus": "submitted" } ] } export const CDP_GETALL_OUTPUT = { '15541777704060303': { cdpKey: '15541777704060303', profileName: 'profile1', schedulingType0: 'DWRR', bandwidth0: '2000', schedulingType1: 'DWRR', bandwidth1: '2000', schedulingType2: 'DWRR', bandwidth2: '2000', schedulingType3: 'DWRR', bandwidth3: '2000', schedulingType4: 'DWRR', bandwidth4: '2000', schedulingType5: 'DWRR', bandwidth5: '2000', schedulingType6: 'DWRR', bandwidth6: '2000', schedulingType7: 'DWRR', bandwidth7: '2000', cdpStatus: 'submitted' } } // addCDP(cdpObj) export const CDP_ADD_CLIENT = { "profileName": "profile3", "schedulingType0": "DWRR", "bandwidth0": "2000", "schedulingType1": "DWRR", "bandwidth1": "2000", "schedulingType2": "DWRR", "bandwidth2": "2000", "schedulingType3": "DWRR", "bandwidth3": "2000", "schedulingType4": "DWRR", "bandwidth4": "2000", "schedulingType5": "DWRR", "bandwidth5": "2000", "schedulingType6": "DWRR", "bandwidth6": "2000", "schedulingType7": "DWRR", "bandwidth7": "2000", "cdpStatus": "submitted", "cdpKey": "15524723268390003" } export const CDP_ADD_INPUT = { "result": true, "faultCode": 0, "faultCause": null, "returnValue": { "cdpKey": "15561641749430003", "profileName": "profile4", "schedulingType0": "DWRR", "bandwidth0": "2000", "schedulingType1": "DWRR", "bandwidth1": "2000", "schedulingType2": "DWRR", "bandwidth2": "2000", "schedulingType3": "DWRR", "bandwidth3": "2000", "schedulingType4": "DWRR", "bandwidth4": "2000", "schedulingType5": "DWRR", "bandwidth5": "2000", "schedulingType6": "DWRR", "bandwidth6": "2000", "schedulingType7": "DWRR", "bandwidth7": "2000", "cdpStatus": "SUCCESS" } } export const CDP_ADD_OUTPUT = null; // deleteCDP(cdpKeyList) export const CDP_DELETE_CLIENT = ['15541777704060303']; export const CDP_DELETE_INPUT = { "result": true, "faultCode": 0, "faultCause": null, "returnValue": { "type": "com.arangodb.entity.BaseDocument", "id": null, "stats": { "writesExecuted": 1, "writesIgnored": 0, "scannedFull": 0, "scannedIndex": 0, "filtered": 0, "fullCount": null, "executionTime": 0.0004856586456298828 }, "cached": false, "warnings": [], "count": null } } export const CDP_DELETE_OUTPUT = null;