Task Administrator API endpoints

This section discusses parameters for each Task Administrator API endpoint, expected response, sample request, response payloads, and error scenarios.

  • GET /api/tasks - Gets all tasks as list from IEE.

    GET /api/tasks - Gets all tasks as list from IEE

    Note: Tasks statuses can be obtained from the 'TaskStatus' table.

    Response:

    {

    "tasks": [

    {

    "taskStatus": "Running",

    "isCurrent": false,

    "taskKey": "0ba2a116-0aeb-4559-bdce-01b354b083a6",

    "userid": "IeeService",

    "taskMessage": "LoggingService\r\n",

    "id": 692,

    "parentTaskID": null,

    "taskType": {

    "category": "ItronEEServices",

    "id": "LoggingService",

    "description": "Logging Service"

    },

    "taskTemplateID": "Undefined",

    "requestedServerID": null,

    "processingServerID": "AZR-IEE-WEB-OP1",

    "status": 4,

    "submittedDate": "2023-11-23T01:46:01",

    "requestedStartDate": "2023-11-23T01:46:01",

    "processingStartDate": "2023-11-23T01:46:01",

    "processingCompleteDate": null,

    "processingMessage": "LoggingService\r\n",

    "parameters": null

    },

    {

    "taskStatus": "Running",

    "isCurrent": false,

    "taskKey": "63307346-982f-4140-a1bf-01150466a82f",

    "userid": "IeeService",

    "taskMessage": "ImportDataManagerService\r\n",

    "id": 818,

    "parentTaskID": null,

    "taskType": {

    "category": "ItronEEServices",

    "id": "ImportDataManagerService",

    "description": "Import Data Manager Service"

    },

    "taskTemplateID": "Undefined",

    "requestedServerID": null,

    "processingServerID": "AZR-IEE-API-O1",

    "status": 4,

    "submittedDate": "2024-08-22T04:15:50",

    "requestedStartDate": "2024-08-22T04:15:50",

    "processingStartDate": "2024-08-22T04:15:50",

    "processingCompleteDate": null,

    "processingMessage": "ImportDataManagerService\r\n",

    "parameters": null

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": ""

    }

  • Error scenario:

    • SC 1: When status is invalid

      Response:

      “responseMessageID": "400"

      "responseMessage": "Bad Request: TaskAdminController.ListTasks : Error occurred when getting task list based on status - Requested value 'ded' was not found.

  • POST /api/tasks/filtered - Gets list of tasks by applying the filter criteria given.

    POST /api/tasks/filtered - Gets list of tasks by applying the filter criteria given

    Request body:

    {

    "correlationID": "da76fa04-20f9-4ebc-9cbd-0beff49a91f0",

    "taskId": "9"

    }

    Response:

    {

    "tasks": [

    {

    "taskStatus": "Canceled",

    "isCurrent": true,

    "taskKey": "9a725ef1-81f7-41c9-9e50-6850909f22c8",

    "userid": "IeeService",

    "taskMessage": "ImportDataManagerDispatcherService\r\n",

    "id": 9,

    "parentTaskID": null,

    "taskType": {

    "category": "ItronEEServices",

    "id": "ImportDataManagerDispatcherService",

    "description": "Import Data Manager Dispatcher Service"

    },

    "taskTemplateID": "Undefined",

    "requestedServerID": null,

    "processingServerID": "AZR-IEE-WEB-OP1",

    "status": 10,

    "submittedDate": "2021-06-09T06:18:43",

    "requestedStartDate": "2021-06-09T06:18:43",

    "processingStartDate": "2021-06-09T06:18:43",

    "processingCompleteDate": "2021-10-13T09:28:39",

    "processingMessage": "ImportDataManagerDispatcherService\r\n",

    "parameters": null

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": ""

    }

  • POST /api/tasks/children - Get child tasks for the given tasks from IEE.

    POST /api/tasks/children - Get child tasks for the given tasks from IEE

    Request body:

    [

    "D21B9D42-6324-40A3-97A4-F6DD0DAB2F03"

    ]

    Response:

    {

    "tasks": [

    {

    "taskStatus": "Error",

    "isCurrent": false,

    "taskKey": "a53ed584-315a-4706-a1dc-b5d7c5af6d51",

    "userid": "itronee",

    "taskMessage": "Settlement Type:PreliminaryA - 'Date Range:2023-08-20T00:00:00-04:00-2023-08-25T00:00:00-04:00'.\r\n",

    "id": 179891,

    "parentTaskID": 179877,

    "taskType": {

    "category": "Settlements",

    "id": "SendSettlement",

    "description": "SendSettlement"

    },

    "taskTemplateID": "DefaultSendSettlement",

    "requestedServerID": null,

    "processingServerID": "IEE-DEV-PBHATT",

    "status": 7,

    "submittedDate": "2023-09-06T05:03:48",

    "requestedStartDate": "2023-09-06T05:03:48",

    "processingStartDate": "2023-09-06T05:03:56.51",

    "processingCompleteDate": "2023-09-06T05:07:40",

    "processingMessage": "Settlement Type:PreliminaryA - 'Date Range:2023-08-20T00:00:00-04:00-2023-08-25T00:00:00-04:00'.\r\n",

    "parameters": null

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": ""

    }

  • POST /api/tasks/logs - Gets task logs for the given task ids from IEE.

    POST /api/tasks/logs - Gets task logs for the given task ids from IEE

    Request body:

    [

    "9"

    ]

    Response:

    {

    "taskLogs": [

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "IEE App Server client connection has been established on endpoint net.pipe://localhost/TaskRunnerRegistrar.\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "Service Runner importdatamanagerdispatcherservice1 has registered itself with the IEE App Server\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "Task 9 execution is starting.\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "Starting Import Data Manager Dispatcher Service.\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "ImportDispatcher has started a watch on directory C:\Program Files\Itron\Enterprise Edition\Data\Import\Reading for *.xml files.\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "ImportDispatcher has started a watch on directory C:\Program Files\Itron\Enterprise Edition\Data\Import\ServiceModeXiReadings for *.xml files.\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "ImportDispatcher has started a watch on directory C:\Program Files\Itron\Enterprise Edition\Data\Import\ReadingXmlEnhanced for *.xml files.\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "Service execution frequency is 60 minutes.\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "Banked Data Auto Resubmit Thread started\r\n"

    },

    {

    "taskId": 9,

    "taskLogReceivedDate": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "date": {

    "context": {

    "contextType": 1,

    "id": "UTC",

    "description": "Coordinated Universal Time",

    "stdAbbrev": "UTC",

    "dstAbbrev": "UTC",

    "utcOffset": 0,

    "toStringFormat": 0,

    "maxDateTimeValue": "2071-01-01T00:00:00Z",

    "isUtc": true

    },

    "contextType": 1,

    "use_Midnight24": false,

    "dstStatus": 1,

    "isValid": true,

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 0,

    "minute": 0,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T00:00:00Z",

    "dbUtcStorageString": "2021-06-09T00:00:00",

    "isBot": false

    },

    "year": 2021,

    "month": 6,

    "isWeekend": false,

    "dayOfWeek": 3,

    "dayOfMonth": 9,

    "dayOfYear": 160,

    "hour": 6,

    "minute": 19,

    "second": 0,

    "millisecond": 0,

    "xmlString": "2021-06-09T06:19:00Z",

    "dbUtcStorageString": "2021-06-09T06:19:00",

    "isBot": false

    },

    "severity": "Information",

    "message": "The Import Data Manager Dispatcher Service has started.\r\n"

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": ""

    }

  • POST /api/tasks/filter-statistics - Gets task filter statistics from IEE for the given tasks.

    POST /api/tasks/filter-statistics - Gets task filter statistics from IEE for the given tasks

    Request body 1:

    {

    "correlationID": "string",

    "taskId": "9"

    }

    Response 1:

    {

    "taskStatistics": [

    {

    "objectKey": "fa392329-b21e-4d90-a749-3d8f0a1c0d31",

    "taskTypeID": "ImportDataManagerDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 1

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": null

    }

    Request body 2:

    {

    "correlationID": "string",

    "filterMode": "Historical"

    }

    Response 2:

    {

    "taskStatistics": [

    {

    "objectKey": "d3cf2b14-9e04-4e9c-b88f-a8cafc73186d",

    "taskTypeID": "FlatConfigUpdateTask",

    "taskCategoryID": "ETL",

    "taskStatusID": "Success",

    "count": 1

    },

    {

    "objectKey": "28586e08-3efa-43ce-a523-26e0fd63389b",

    "taskTypeID": "SendSettlement",

    "taskCategoryID": "Export",

    "taskStatusID": "Success",

    "count": 1

    },

    {

    "objectKey": "c3b27fc2-9a1f-47ec-9d9d-c0e4aa075c9b",

    "taskTypeID": "ConfigurationImportTask",

    "taskCategoryID": "Import",

    "taskStatusID": "Success",

    "count": 441

    },

    {

    "objectKey": "63182e85-f323-4955-8342-3b0bb2014c23",

    "taskTypeID": "CustomerConfigurationXmlImport",

    "taskCategoryID": "Import",

    "taskStatusID": "Success",

    "count": 1

    },

    {

    "objectKey": "8bad4ba3-5c1f-4ad8-bb1a-3ba65871063e",

    "taskTypeID": "EnhancedEventImport",

    "taskCategoryID": "Import",

    "taskStatusID": "Success",

    "count": 1

    },

    {

    "objectKey": "afe6f748-be18-4804-9c99-409cef0615f9",

    "taskTypeID": "ReadingXmlImportEnhanced",

    "taskCategoryID": "Import",

    "taskStatusID": "Success",

    "count": 73

    },

    {

    "objectKey": "af2bc5b0-8aad-4504-8805-2aaa597e0489",

    "taskTypeID": "AppServer",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 12

    },

    {

    "objectKey": "4750c3d5-89ed-4fa9-88e6-23ab07121eaa",

    "taskTypeID": "AppServer",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Failed",

    "count": 23

    },

    {

    "objectKey": "ac13084f-3077-4587-b402-1839e48ece65",

    "taskTypeID": "AppServer",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 2

    },

    {

    "objectKey": "0537245f-7963-4149-86a8-e86ab12bdd17",

    "taskTypeID": "BulkEstimationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 1

    },

    {

    "objectKey": "474fad1b-5386-429d-9417-bf72f6b50997",

    "taskTypeID": "BulkEstimationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 2

    },

    {

    "objectKey": "d9b8535a-248b-4ce2-9f61-3f26e928d633",

    "taskTypeID": "BulkValidationOperationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 5

    },

    {

    "objectKey": "d548a3eb-0af0-4e62-9646-6c7b1fdf7118",

    "taskTypeID": "BulkValidationOperationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 2

    },

    {

    "objectKey": "416d5bed-9121-4574-bd0e-c4c1b8ac3852",

    "taskTypeID": "ImportDataManagerDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 49

    },

    {

    "objectKey": "d6d7cefc-91c6-4dc7-8dac-8fc7803186e0",

    "taskTypeID": "ImportDataManagerDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 1

    },

    {

    "objectKey": "75c52835-e37f-44ca-8013-53dd8e2474de",

    "taskTypeID": "ImportDataManagerService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 9

    },

    {

    "objectKey": "fe583f50-1266-43cb-babb-76bbfafe7823",

    "taskTypeID": "ImportDataManagerService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 2

    },

    {

    "objectKey": "bed575f4-083c-4963-b630-f4a44330c18d",

    "taskTypeID": "ImportFileDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 11

    },

    {

    "objectKey": "2e1ec124-aba4-427d-ad06-03d4b12f99c0",

    "taskTypeID": "ImportFileDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 2

    },

    {

    "objectKey": "ba23c87b-e39c-401f-91c0-4d0ec3f056c3",

    "taskTypeID": "LoggingService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 12

    },

    {

    "objectKey": "f2f64b87-8975-45f4-996c-37a315f69197",

    "taskTypeID": "LoggingService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Failed",

    "count": 23

    },

    {

    "objectKey": "b573ea92-83b1-4ddb-a769-ce9bb7e44341",

    "taskTypeID": "LoggingService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 2

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": null

    }

    Request body 3:

    {

    "correlationID": "string",

    "servers": [

    "7C8AB81E-C0A1-4D0E-BACA-06542EDDB274"

    ]

    }

    Response 3:

    {

    "taskStatistics": [

    {

    "objectKey": "6bbe118d-2d81-43e4-a7cb-f5a5d0d6f7d3",

    "taskTypeID": "FlatConfigUpdateTask",

    "taskCategoryID": "ETL",

    "taskStatusID": "Success",

    "count": 1

    },

    {

    "objectKey": "38f61e2c-529d-431f-9b62-1673aeaf6730",

    "taskTypeID": "ConfigurationImportTask",

    "taskCategoryID": "Import",

    "taskStatusID": "Error",

    "count": 25

    },

    {

    "objectKey": "285db602-ef3f-4802-8d24-568bad3e5e25",

    "taskTypeID": "ConfigurationImportTask",

    "taskCategoryID": "Import",

    "taskStatusID": "Failed",

    "count": 43

    },

    {

    "objectKey": "21c692a1-0c7d-4958-8964-9d3ed951b1c7",

    "taskTypeID": "ConfigurationImportTask",

    "taskCategoryID": "Import",

    "taskStatusID": "Success",

    "count": 429

    },

    {

    "objectKey": "1440f722-049b-405c-9731-f8d939d9c830",

    "taskTypeID": "ConfigurationImportTask",

    "taskCategoryID": "Import",

    "taskStatusID": "Warning",

    "count": 9

    },

    {

    "objectKey": "4ff126f8-413c-4381-96cb-8f27b9b22043",

    "taskTypeID": "CustomerConfigurationXmlImport",

    "taskCategoryID": "Import",

    "taskStatusID": "Success",

    "count": 1

    },

    {

    "objectKey": "2d1baf04-318a-417d-ae23-ee2ab8ba46bf",

    "taskTypeID": "ReadingXmlImportEnhanced",

    "taskCategoryID": "Import",

    "taskStatusID": "Success",

    "count": 73

    },

    {

    "objectKey": "c6976eb8-26ce-42ae-b48c-26ca7788f8b8",

    "taskTypeID": "ReadingXmlImportEnhanced",

    "taskCategoryID": "Import",

    "taskStatusID": "Warning",

    "count": 1

    },

    {

    "objectKey": "48b8f88f-6fea-4632-baa2-37a0d3e99523",

    "taskTypeID": "AppServer",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 4

    },

    {

    "objectKey": "69027103-b29f-49ac-8908-891ad6a3541d",

    "taskTypeID": "AppServer",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Failed",

    "count": 13

    },

    {

    "objectKey": "839e4e72-e74c-4c79-aa3a-347372a4fac0",

    "taskTypeID": "AppServer",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 1

    },

    {

    "objectKey": "15956371-b15e-44ed-8cbf-2bffbb6a5b20",

    "taskTypeID": "BulkEstimationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 1

    },

    {

    "objectKey": "8695f6e3-569e-41ee-93c6-c5dcdae3b7bd",

    "taskTypeID": "BulkEstimationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Failed",

    "count": 14

    },

    {

    "objectKey": "bf2b6985-ff15-43c6-a74d-ff74842ecb32",

    "taskTypeID": "BulkEstimationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 1

    },

    {

    "objectKey": "9982e998-8d7d-4041-a77b-94a79456222a",

    "taskTypeID": "BulkValidationOperationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 4

    },

    {

    "objectKey": "32293a5d-b661-4dbd-b97b-fe772420e75a",

    "taskTypeID": "BulkValidationOperationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Failed",

    "count": 11

    },

    {

    "objectKey": "778a7e66-5df7-42de-bfa0-19e84261bcf4",

    "taskTypeID": "BulkValidationOperationService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 1

    },

    {

    "objectKey": "239103b4-35b3-4cf3-a790-d858ed6fcf10",

    "taskTypeID": "ImportDataManagerDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 16

    },

    {

    "objectKey": "86768a39-4fc6-4994-8739-695ff46bb359",

    "taskTypeID": "ImportDataManagerService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 4

    },

    {

    "objectKey": "8004e664-489f-4adc-891f-c5d987f6594a",

    "taskTypeID": "ImportDataManagerService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Failed",

    "count": 11

    },

    {

    "objectKey": "1313f5c2-5693-4dcd-823c-1fe37eed7ec9",

    "taskTypeID": "ImportDataManagerService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 1

    },

    {

    "objectKey": "eec427b4-6a5b-4de9-8742-771bbdebdadc",

    "taskTypeID": "ImportFileDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 4

    },

    {

    "objectKey": "bbf31b51-1511-4d17-9151-d14fc13521ba",

    "taskTypeID": "ImportFileDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Failed",

    "count": 11

    },

    {

    "objectKey": "1d912a3b-4de8-478b-afd3-7d4baa8a468d",

    "taskTypeID": "ImportFileDispatcherService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 1

    },

    {

    "objectKey": "1eb2550a-a605-4536-a44e-7d74a6eb2275",

    "taskTypeID": "LoggingService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Canceled",

    "count": 4

    },

    {

    "objectKey": "34fa846d-0f4a-4cc4-aa56-af37ef160763",

    "taskTypeID": "LoggingService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Failed",

    "count": 13

    },

    {

    "objectKey": "655c466d-facd-4baf-8549-e222ef75f9be",

    "taskTypeID": "LoggingService",

    "taskCategoryID": "ItronEEServices",

    "taskStatusID": "Running",

    "count": 1

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": null

    }

  • GET/api/tasks/statuses - Gets task statuses from IEE.

    GET/api/tasks/statuses - Gets task statuses from IEE

    Response:

    [

    {

    "objectKey": "1dc61525-eb32-46c0-aad1-1aaffd337e14",

    "description": "Editing",

    "id": "Editing",

    "alias": 12

    },

    {

    "objectKey": "59c86216-ff4a-4e5c-acb2-1bce0a6e9d7c",

    "description": "Canceled",

    "id": "Canceled",

    "alias": 10

    },

    {

    "objectKey": "245aa6a9-b629-433d-95fd-2d237e5c7f32",

    "description": "Running",

    "id": "Running",

    "alias": 4

    },

    {

    "objectKey": "f21ca181-eaaa-4f0b-9a43-430db1caf13b",

    "description": "Warning",

    "id": "Warning",

    "alias": 6

    },

    {

    "objectKey": "47f9c422-9866-47a5-8e8c-465271377063",

    "description": "Pending Submitted",

    "id": "PendingSubmitted",

    "alias": 1

    },

    {

    "objectKey": "849e28a8-f1df-4055-b78f-4affea2d42bc",

    "description": "Pending Canceled",

    "id": "PendingCanceled",

    "alias": 9

    },

    {

    "objectKey": "462db3b6-be0d-49f8-9d5a-50e921c2b762",

    "description": "Failed",

    "id": "Failed",

    "alias": 8

    },

    {

    "objectKey": "77211340-b704-4e67-bcb3-751f4423ea64",

    "description": "Submitted",

    "id": "Submitted",

    "alias": 0

    },

    {

    "objectKey": "1cb3fd12-5eda-405d-bd03-98115d5a5691",

    "description": "Waiting",

    "id": "Waiting",

    "alias": 14

    },

    {

    "objectKey": "3342a445-0773-41d3-9e8a-a31ba0d6942c",

    "description": "Pending Held",

    "id": "PendingHeld",

    "alias": 2

    },

    {

    "objectKey": "bb0edb51-8317-4afb-915f-b0579fadb516",

    "description": "Success",

    "id": "Success",

    "alias": 5

    },

    {

    "objectKey": "5e108641-5471-4629-a764-b5899b3d6a45",

    "description": "Error",

    "id": "Error",

    "alias": 7

    },

    {

    "objectKey": "83487984-2a96-4318-837d-e87505ddd58a",

    "description": "Held",

    "id": "Held",

    "alias": 3

    }

    ]

  • GET /api/tasks/categories- Gets task categories from IEE.

    GET /api/tasks/categories- Gets task categories from IEE

    Response:

    [

    {

    "objectKey": "c54966b6-0394-4f8a-befc-08856c9a20b4",

    "description": "Undefined",

    "id": "Undefined",

    "alias": 17

    },

    {

    "objectKey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "description": "Reporting",

    "id": "Reporting",

    "alias": 3

    },

    {

    "objectKey": "7eaea478-62ba-4a99-b2a8-541d0d22007a",

    "description": "Aggregation",

    "id": "Aggregation",

    "alias": 11

    },

    {

    "objectKey": "5d1c2e33-a538-4fa8-9206-5ed323ab92a3",

    "description": "XML API Export WebService",

    "id": "XmlApiExport",

    "alias": 18

    },

    {

    "objectKey": "078b90dd-6661-40b1-8653-8de09aa0afe9",

    "description": "XML API Import WebService",

    "id": "XmlApiImport",

    "alias": 19

    },

    {

    "objectKey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "description": "Export",

    "id": "Export",

    "alias": 2

    },

    {

    "objectKey": "c1ada129-8742-4605-84ae-adda460a599b",

    "description": "Graphing",

    "id": "Graphing",

    "alias": 13

    },

    {

    "objectKey": "a6c2c1b7-601e-44e4-9958-b08bf94ac4c4",

    "description": "Validation",

    "id": "Validation",

    "alias": 8

    },

    {

    "objectKey": "6167103c-ae8a-41d2-970c-be9340264986",

    "description": "Notification",

    "id": "Notification",

    "alias": 15

    },

    {

    "objectKey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "description": "Orchestration",

    "id": "Orchestration",

    "alias": 9

    },

    {

    "objectKey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "description": "Itron Advanced Metering Initiative",

    "id": "AMI",

    "alias": 21

    },

    {

    "objectKey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "description": "ItronEEServices",

    "id": "ItronEEServices",

    "alias": 1

    },

    {

    "objectKey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "description": "ServiceModeXI",

    "id": "ServiceModeXI",

    "alias": 4

    },

    {

    "objectKey": "a6afb383-6b43-410b-9ab5-d8c4cf97042d",

    "description": "Process Reporting Report",

    "id": "ProcessReportingType",

    "alias": 22

    },

    {

    "objectKey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "description": "ETL Process",

    "id": "ETL",

    "alias": 12

    },

    {

    "objectKey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "description": "Curtailment",

    "id": "Curtailment",

    "alias": 10

    },

    {

    "objectKey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "description": "System",

    "id": "System",

    "alias": 16

    },

    {

    "objectKey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "description": "Import",

    "id": "Import",

    "alias": 0

    },

    {

    "objectKey": "b016a366-eb8f-4d8d-a5c1-ef295df15da5",

    "description": "Service Mode Xi Service",

    "id": "SmXiService",

    "alias": 23

    }

    ]

  • GET /api/tasks/types - Gets task types from IEE.

    GET /api/tasks/types - Gets task types from IEE

    Response:

    [

    {

    "id": "ABEDiagnosticsType",

    "objectKey": "d79e963b-1d1c-4b8b-8a23-8376ad80c95a",

    "description": "ABEDiagnosticsAdapter",

    "taskcategorykey": "a6afb383-6b43-410b-9ab5-d8c4cf97042d",

    "taskcategory": "ProcessReportingType"

    },

    {

    "id": "ActiveStorageManager",

    "objectKey": "f98fd2bc-2317-403c-96b7-c473efe02a56",

    "description": "Active Storage Manager",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "AdeExportDispatcherService",

    "objectKey": "0791c286-bdea-437a-be99-6c136629c872",

    "description": "ADE Export Dispatcher Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "AdeFileRequest",

    "objectKey": "97b1465c-c15d-41ff-9c4f-d2c13d350881",

    "description": "AMI Data Export File Request",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "AdeRecurringRequest",

    "objectKey": "48015697-af99-47a5-89a3-0a2ca25b5e83",

    "description": "AMI Data Export Recurring Request",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "Aggregation",

    "objectKey": "0d39203a-eebc-4ad0-9aa9-c983986e975c",

    "description": "Aggregation",

    "taskcategorykey": "7eaea478-62ba-4a99-b2a8-541d0d22007a",

    "taskcategory": "Aggregation"

    },

    {

    "id": "AlertBillArrival",

    "objectKey": "96c7ef43-94d5-4532-aa4e-3ccd91512803",

    "description": "AlertBillArrival",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "AlertDemandThreshold",

    "objectKey": "0910b370-3345-4ad4-88b8-d9f7cfaa4db2",

    "description": "AlertDemandThreshold",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "AlertRTPThreshold",

    "objectKey": "abcb3b97-4b74-4ac6-be90-bd9baf203e2f",

    "description": "AlertRTPThreshold",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "AlertTemperatureThreshold",

    "objectKey": "f59fefa8-f405-4f30-ad07-5067b1f308d4",

    "description": "AlertTemperatureThreshold",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "AMI_Billing_Export_Task",

    "objectKey": "89b0db0c-22a7-486a-a278-3021a9682994",

    "description": "AMI Billing Export Task Adapter",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "AMI_Billing_Import_Reprocess_Task",

    "objectKey": "a2e3ab59-dee9-4457-8311-a8a830f3f3c5",

    "description": "AMI Billing Import Reprocess Task Adapter",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "AMI_Billing_Import_Task",

    "objectKey": "22d5e9a6-dff3-4848-81f3-db7dca81e4b6",

    "description": "AMI Billing Import Task Adapter",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "AMI_Billing_Rate_Calc_Task",

    "objectKey": "b4de9f9c-9009-421c-8afa-ac0cfafa005e",

    "description": "AMI Billing Rate Calculation Task Adapter",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "AMICommunicationsMonitor",

    "objectKey": "3d27bc20-e0b8-49b5-8414-9e873c173f71",

    "description": "AMI Communications Monitor",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "AmiContingencyReadImport",

    "objectKey": "71ab6906-50fb-49b0-a388-9ffb41f4b425",

    "description": "AMI Contingency Read Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "AMIDataExport",

    "objectKey": "3c03be1b-023d-425c-8fe5-e6b9146b3caf",

    "description": "AMI Data Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "AmiDisconnectDevice",

    "objectKey": "ee8188f7-e726-47c9-b479-7e612c75b364",

    "description": "AMI Remote Disconnect",

    "taskcategorykey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "taskcategory": "AMI"

    },

    {

    "id": "AMIMessageSummaryEtlTask",

    "objectKey": "06da7cfb-309f-df11-92b8-984a1070f29a",

    "description": "AMI Message Summary ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "AMIMonitorEtlTask",

    "objectKey": "4f0104ce-2885-4e38-8e82-349a90a6040b",

    "description": "AMI Monitor ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "AMIReadingImport",

    "objectKey": "60d8b46a-4cc7-4f2a-a243-3d5ab05b5c21",

    "description": "AMI Reading Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "AmiReconnectDevice",

    "objectKey": "a9ca87ca-5b32-4609-8b3e-810288015a40",

    "description": "AMI Reconnect Device",

    "taskcategorykey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "taskcategory": "AMI"

    },

    {

    "id": "AmiRemoteInterrogation",

    "objectKey": "165ac32a-1614-4bde-b5c3-2798e3136ec3",

    "description": "AMI Remote Interrogation",

    "taskcategorykey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "taskcategory": "AMI"

    },

    {

    "id": "ApiRemoteInterrogation",

    "objectKey": "3d1bbcd3-4bfb-4442-b49f-09214babc2bb",

    "description": "ApiRemoteInterrogation",

    "taskcategorykey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "taskcategory": "ServiceModeXI"

    },

    {

    "id": "AppServer",

    "objectKey": "017b3d05-1054-4b93-8864-49a4166ff1da",

    "description": "IEE Application Server",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "ARICleanup",

    "objectKey": "cb910040-aaa1-4ddb-8618-0b366dae6959",

    "description": "ARI Cleanup",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "ARIProcessMonitorEtlTask",

    "objectKey": "1ddc8f61-854e-691e-ec4b-57cae0563dde",

    "description": "ARIProcessMonitor ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "AttributesReport",

    "objectKey": "782e0cc2-5e66-42d8-84a2-57c4ae41a6fc",

    "description": "Attributes Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "AutomatedRemoteInterrogation",

    "objectKey": "95d9dbe8-581a-403b-4483-d27b74031edd",

    "description": "Automated Remote Interrogation Task",

    "taskcategorykey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "taskcategory": "ServiceModeXI"

    },

    {

    "id": "BankedReadAdapter",

    "objectKey": "af8e463e-a2d3-4153-93a8-9a65046ff6d2",

    "description": "BankedReadAdapter",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "BaselineGenerator",

    "objectKey": "724b6450-80b5-4f73-af2f-84f0fb318c1a",

    "description": "Baseline Generator",

    "taskcategorykey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "taskcategory": "Curtailment"

    },

    {

    "id": "BillCsvImport",

    "objectKey": "cb3043f3-3408-407b-8d6b-7b7cee8d5002",

    "description": "Bill Csv Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "BillingSystemCycleIDReport",

    "objectKey": "1956f2fa-14ba-164c-bce5-4c7da00a28f1",

    "description": "Billing System Cycle ID Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "BillXmlExport",

    "objectKey": "f952eaac-56db-43f5-8bf9-7cae62cff821",

    "description": "Bill Xml Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "BillXmlImport",

    "objectKey": "fcba545d-7d7c-4396-ad21-29c28668b755",

    "description": "Bill Xml Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "BulkEstimationService",

    "objectKey": "033b700f-3020-42e7-8cb4-4beff8db516b",

    "description": "Bulk Estimation Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "BulkValidationOperationService",

    "objectKey": "4b710767-dfc3-4bd8-9ac9-d049c7107a1f",

    "description": "Bulk Validation Operation Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "CECommunicationMonitorService",

    "objectKey": "e79487ee-a9be-41b9-9b6b-b6008c8c4929",

    "description": "Collection Engine Communication Monitor Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "CheckpointNotification",

    "objectKey": "d864c195-9f17-4dfa-9c0d-5e70da0ca535",

    "description": "Checkpoint Notification",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "Concatenation",

    "objectKey": "1d951300-93a6-4199-b4b2-e2885471235b",

    "description": "Concatenation",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "ConfigurationExportTask",

    "objectKey": "8403d888-1083-4730-9274-2753ed05eec6",

    "description": "Configuration Export Task Adapter",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "ConfigurationImportTask",

    "objectKey": "6cb64c29-8111-4e85-82f5-63c2df369771",

    "description": "Configuration Import Task Adapter",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ConfigurationXmlApiImport",

    "objectKey": "d6445abc-5d21-4e3c-8bfc-2895cf387cc0",

    "description": "Configuration XML WebService Import",

    "taskcategorykey": "078b90dd-6661-40b1-8653-8de09aa0afe9",

    "taskcategory": "XmlApiImport"

    },

    {

    "id": "ContingencyRead",

    "objectKey": "628d649a-0bfa-4eed-a7cf-03beebf1001f",

    "description": "ContingencyRead",

    "taskcategorykey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "taskcategory": "AMI"

    },

    {

    "id": "CsiOperationalReport",

    "objectKey": "1504a794-4a0d-4bd6-b02f-0de744f4bc60",

    "description": "Csi Operational Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "CsvToXml",

    "objectKey": "f85ccf90-de93-4d3d-9687-67e29ab6440b",

    "description": "Orchestration CSV To XML Transform",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "CurtailBatchNotification",

    "objectKey": "2da8f7ff-7517-49e9-99de-d87d9c73daf5",

    "description": "CurtailBatchNotification",

    "taskcategorykey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "taskcategory": "Curtailment"

    },

    {

    "id": "CurtailEventReadingAggregation",

    "objectKey": "c009993e-1654-495e-981d-e9b00b9cb092",

    "description": "Curtailment Event Reading Aggregation",

    "taskcategorykey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "taskcategory": "Curtailment"

    },

    {

    "id": "CurtailmentEvent",

    "objectKey": "cf5a4839-5778-45f1-b733-73020c4f0285",

    "description": "CurtailmentEvent",

    "taskcategorykey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "taskcategory": "Curtailment"

    },

    {

    "id": "CurtailmentImport",

    "objectKey": "55af49fb-febd-4574-803c-efde99ca10a5",

    "description": "CurtailmentImport",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "CurtailmentMasterTask",

    "objectKey": "a1fb0dd4-07b9-4743-913b-83cea445baf7",

    "description": "Curtailment Master Task",

    "taskcategorykey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "taskcategory": "Curtailment"

    },

    {

    "id": "CurtailmentRateEventExport",

    "objectKey": "99b25010-d9a8-4841-8b61-abb696055ab2",

    "description": "Curtailment Rate Event Export",

    "taskcategorykey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "taskcategory": "Curtailment"

    },

    {

    "id": "CurtailmentRateEventSave",

    "objectKey": "30942970-dfe5-4c9c-826a-883107fe4997",

    "description": "Curtailment Rate Event Save",

    "taskcategorykey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "taskcategory": "Curtailment"

    },

    {

    "id": "CurtailmentSettlementExport",

    "objectKey": "89f3b057-eccf-4388-973d-6457376875bc",

    "description": "Curtailment Settlement Export",

    "taskcategorykey": "b7e19d6a-5ad6-4ab2-a344-de7a14d16790",

    "taskcategory": "Curtailment"

    },

    {

    "id": "CustomerConfigurationXmlImport",

    "objectKey": "143a07b3-3734-4c7b-a9a4-bd253f0e913e",

    "description": "Customer Configuration Xml Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "CustomImport",

    "objectKey": "b5e13a72-deaf-4fbb-aede-24527f3ad9b4",

    "description": "Custom Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "CustomReport",

    "objectKey": "7a1e66b3-7cee-4d0f-8d77-e8082288b209",

    "description": "Custom Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "CustomSqlExport",

    "objectKey": "cb470542-92c0-4faf-8e8d-d65cc943dd96",

    "description": "Custom Sql Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "CustomTask",

    "objectKey": "0622b67b-a575-430f-a5ef-d7f71e745f19",

    "description": "Custom Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "CycleOccurrence",

    "objectKey": "6f1133dd-f9d6-44d1-8d82-2666f6f13772",

    "description": "Cycle Occurrence",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "CycleScheduleImport",

    "objectKey": "cd72bfaa-7c54-4274-9d4c-5ff5ffd83b51",

    "description": "Cycle Schedule Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "CycleSchedulerService",

    "objectKey": "243e331d-4179-4a00-a13c-5efbc127573e",

    "description": "Cycle Scheduler Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "DailyReadingSummaryEtlTask",

    "objectKey": "ce24cbd9-f9ad-4278-9eb4-602061c21939",

    "description": "DailyReadingSummary ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "DataAvailableReport",

    "objectKey": "85a7dc87-1a81-437f-8159-4d9be3bc402b",

    "description": "Data Available Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "DeviceEventReport",

    "objectKey": "284bb561-26a4-4230-9341-80bcf724b8e1",

    "description": "Device Event Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "DirectHHFImport",

    "objectKey": "3c4bcad2-1850-4f24-a468-90818965c45f",

    "description": "Direct HHF Import Adapter",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "DistributedIntelligenceImport",

    "objectKey": "89fb9ad5-54ed-451d-98b5-4a35d35c776f",

    "description": "Distributed Intelligence Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "DueDateReport",

    "objectKey": "5204632a-7915-486b-bac2-257bfe010299",

    "description": "Cycle Due Date Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "EDI867CAExport",

    "objectKey": "c3345b63-230c-4c6a-bfe2-6facb52b7cc0",

    "description": "EDI867CA Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "Email",

    "objectKey": "5b34e89f-c51f-4e5e-b9b3-f3a3cbcb5fad",

    "description": "Orchestration Email",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "EnhancedEventImport",

    "objectKey": "3446c954-5757-45bf-81da-a6f899b57567",

    "description": "Enhanced Event Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "EuReport",

    "objectKey": "11a93454-097b-4daf-9b46-02b9746a7eda",

    "description": "Engineering Unit Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "EventExport",

    "objectKey": "ff856c1b-1bbb-4e0b-a999-0b34a0cd30dc",

    "description": "Event Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "EventImport",

    "objectKey": "f5f05523-aebd-4bd1-9a5c-2bf1d04848b1",

    "description": "Event Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ExceptionPublisherService",

    "objectKey": "6d651772-0790-8d4d-92fc-7250dde04025",

    "description": "Exception Publisher Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "ExceptionSubscriberService",

    "objectKey": "645de219-4347-46f6-866f-59190357d462",

    "description": "Exception Subscriber Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "ExportScheduler",

    "objectKey": "a2680aa2-70e9-4088-abf1-24de2e620d6a",

    "description": "Export Scheduler",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ExportStatusReport",

    "objectKey": "76defee2-e884-47fb-80c6-c3eb38b115ed",

    "description": "Export Status Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "FlatConfigBusinessEtlTask",

    "objectKey": "210cd6ed-a977-4bb1-b040-50c7a74841a9",

    "description": "FlatConfigBusiness ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "FlatConfigPhysicalEtlTask",

    "objectKey": "22ee1956-20d2-41e6-babf-61c878ec6245",

    "description": "FlatConfigPhysical ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "FlatConfigService",

    "objectKey": "99cbe0d3-ef38-4da4-b560-a4803912d7e4",

    "description": "FlatConfig Update Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "FlatConfigUpdateTask",

    "objectKey": "b135b4f6-5efe-4661-b87e-966c02d23225",

    "description": "FlatConfig Update Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "ForgotPassword",

    "objectKey": "8be13867-18bc-4fe8-bb99-a51d46c7a48e",

    "description": "ForgotPassword",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "GapFillInterrogationService",

    "objectKey": "9045df29-569d-42a0-bf91-d623a520ca0c",

    "description": "Gap Fill Interrogation Service Task",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "Graphing",

    "objectKey": "82bdb432-ec35-4d78-b5a1-482093255aab",

    "description": "Graphing",

    "taskcategorykey": "c1ada129-8742-4605-84ae-adda460a599b",

    "taskcategory": "Graphing"

    },

    {

    "id": "HHFFileImport",

    "objectKey": "296dd6ec-131d-47b9-9cfb-44c198c98960",

    "description": "HHF File Import",

    "taskcategorykey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "taskcategory": "ServiceModeXI"

    },

    {

    "id": "HighVolumeReadingAggregation",

    "objectKey": "42d4856b-14a6-411b-960b-2b4e07f14874",

    "description": "High Volume Reading Aggregation",

    "taskcategorykey": "7eaea478-62ba-4a99-b2a8-541d0d22007a",

    "taskcategory": "Aggregation"

    },

    {

    "id": "HistoricalPurge",

    "objectKey": "a9bd0762-ee0a-4fb8-b986-eba51e1f5f73",

    "description": "Historical Purge Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "HVRIFileReceiver",

    "objectKey": "92152c11-9d9c-4b83-a70f-a8ffaee2f1c8",

    "description": "HVRI File receiver",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "HVRIRunnerVE",

    "objectKey": "3be3bea5-0e69-4a94-99d4-9317029f98b7",

    "description": "HVRI Runner VE",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "HVRIServiceVE",

    "objectKey": "36a512bb-e594-4609-865f-ddf581990ac4",

    "description": "HVRI Service VE",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "IEEConfigurationMonitorService",

    "objectKey": "aaf476c8-24be-4f8e-aa7d-2746054a5db8",

    "description": "IEE - Service Mode Configuration Syncing Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "IEEOpenWayDSIService",

    "objectKey": "c1c7793a-7247-4672-8051-b04c50aae84a",

    "description": "Itron OpenWay Data Storage Interface Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "IEEOpenWayTaskMonitorService",

    "objectKey": "095dfeaf-698f-4dc4-b343-b1a2efd4ee04",

    "description": "Itron OpenWay Task Monitor Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "ImportDataManagerDispatcherService",

    "objectKey": "088afeed-f3db-4ca9-b5ea-983dc5077893",

    "description": "Import Data Manager Dispatcher Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "ImportDataManagerService",

    "objectKey": "f73702a8-d092-4b31-ba55-02f32e0f9164",

    "description": "Import Data Manager Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "ImportFileDispatcherService",

    "objectKey": "1debeb02-f459-4d46-a983-a820822e7b4d",

    "description": "Import File Dispatcher Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "IntegratorBillingExport",

    "objectKey": "2134545c-f507-4450-a861-6134cf12668d",

    "description": "Integrator Billing Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "IntegratorBillingImport",

    "objectKey": "828500ce-233a-415a-a871-cd4f6066deaf",

    "description": "Integrator Billing Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "IntegratorBillingSplitter",

    "objectKey": "be7af821-6625-497f-9a3d-df0276db7298",

    "description": "Integrator Billing Splitter",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "IntegratorCSExport",

    "objectKey": "24e4facd-8f9e-4cd3-9d93-4f31c0dc4c61",

    "description": "Integrator CS Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "IntegratorCSImport",

    "objectKey": "6a98077e-a9d8-4f7c-8a10-a3999ffd7cc5",

    "description": "Integrator CS Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "IntegratorCSSplitter",

    "objectKey": "312b0f0d-3eba-40e6-842e-ff3e05aa6f27",

    "description": "Integrator CS Splitter",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "InteractiveRead",

    "objectKey": "e3f934f6-fb1a-4c97-a326-9096c4e17599",

    "description": "InteractiveRead",

    "taskcategorykey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "taskcategory": "AMI"

    },

    {

    "id": "InternalWebServiceHost",

    "objectKey": "967698d0-6db4-4905-bf1e-f9ac8952485f",

    "description": "Internal Web Service Host",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "IntervalStatusReport",

    "objectKey": "b00cad70-572d-4bbc-91da-b9acf3d5a536",

    "description": "Interval Status Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "KvaReport",

    "objectKey": "47a63d9e-1b66-428a-982d-118b647b36e4",

    "description": "Kva Analytical Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "LikeDayAlgorithmEtlTask",

    "objectKey": "46c188dd-9b2f-4faa-b066-7ad99bcaacf9",

    "description": "LikeDayAlgorithm ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "LoadSideVoltageCheck",

    "objectKey": "1b7e2d94-0631-48eb-b13c-cee44405baa9",

    "description": "LoadSideVoltageCheck",

    "taskcategorykey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "taskcategory": "AMI"

    },

    {

    "id": "LodestarEnhancedExport",

    "objectKey": "704f6286-6392-4e0a-ba2d-189f8847d4a8",

    "description": "Lodestar Export (Enhanced format)",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "LodestarNormalExport",

    "objectKey": "4fd4555a-5c5f-4cb1-bcb9-0d05168527e6",

    "description": "Lodestar Export (Normal format)",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "LoggingService",

    "objectKey": "dc329cf0-0069-4e59-aadf-b4dcf3b3c5d1",

    "description": "Logging Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "ManualRemoteInterrogation",

    "objectKey": "38832f3e-0bc0-4b7f-a34d-39ad8a207961",

    "description": "Manual Remote Interrogation Task",

    "taskcategorykey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "taskcategory": "ServiceModeXI"

    },

    {

    "id": "MDEFCCImport",

    "objectKey": "34315b9c-abe0-9925-3899-4aa0d62b8113",

    "description": "MV90 MDEFCC Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "MDEFImport",

    "objectKey": "a349a668-cdb8-43f0-a038-50e97fb4f660",

    "description": "MV90 MDEF Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "MeterChangeReport",

    "objectKey": "c53fefcd-749e-41e6-bdd9-a215354a759b",

    "description": "Meter Change Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "MeterConfigurationReport",

    "objectKey": "aca0dde7-5702-4ab7-967f-4afa19b811e5",

    "description": "MeterConfigurationReport",

    "taskcategorykey": "a6afb383-6b43-410b-9ab5-d8c4cf97042d",

    "taskcategory": "ProcessReportingType"

    },

    {

    "id": "MeterCountReport",

    "objectKey": "c2a12a76-bd7d-4493-9ba0-a2c6d60ce0e4",

    "description": "MeterCountReport",

    "taskcategorykey": "a6afb383-6b43-410b-9ab5-d8c4cf97042d",

    "taskcategory": "ProcessReportingType"

    },

    {

    "id": "MeterReadingSynchronizer",

    "objectKey": "7e6a8ddf-2ba1-4872-a29f-7c84478dbf44",

    "description": "Meter Reading Synchronizer",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "MeterRegistration",

    "objectKey": "9d0fde43-9856-423d-a340-b0e41836e539",

    "description": "Service Mode Meter Registration Adapter",

    "taskcategorykey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "taskcategory": "ServiceModeXI"

    },

    {

    "id": "MissedReadingsReport",

    "objectKey": "aad68e52-4954-4caa-abd2-d64d4e24280c",

    "description": "Missed Readings Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "MissingIntervalData",

    "objectKey": "2c25ded9-ebad-450b-a484-86431b060b1a",

    "description": "Missing Interval Data Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "MV90MainframeExport",

    "objectKey": "21a18f77-2d84-4c7e-a590-54d2ce03571e",

    "description": "MV90 Mainframe Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "MV90SpreadsheetExport",

    "objectKey": "0a826e1b-cc31-4dde-900f-7d35a4fe952f",

    "description": "MV90 Spreadsheet Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "MV90SummaryMapImport",

    "objectKey": "67e9eab2-d0b3-48a6-bdcf-9d9eae1dec0f",

    "description": "MV90 Summary Map Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "MV9CCImport",

    "objectKey": "0862faab-fc68-4c34-8243-dca092357076",

    "description": "MV90 MV9CC Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "MVRSBillingExport",

    "objectKey": "c36a1842-871a-4641-bf7e-40dd110cf8bf",

    "description": "MVRS Billing Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "MVRSBillingImport",

    "objectKey": "21481c3b-6ec0-4090-83e3-cec8750a7a0e",

    "description": "MVRS Billing Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "MVRSCSExport",

    "objectKey": "bcfd450e-c746-445a-8d82-a80193943959",

    "description": "MVRS CS Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "MVRSCSImport",

    "objectKey": "298568bc-7466-44a5-99c1-1c9a671a7fe9",

    "description": "MVRS CS Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "NcpReport",

    "objectKey": "b93847fe-bf71-4f9b-a3f0-56ceb6a15b0b",

    "description": "Coincident Noncoincident Peaks Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "NotificationScheduler",

    "objectKey": "aafb975b-94bf-46a4-b8c7-41739813df1c",

    "description": "Notification Scheduler",

    "taskcategorykey": "6167103c-ae8a-41d2-970c-be9340264986",

    "taskcategory": "Notification"

    },

    {

    "id": "NotificationTask",

    "objectKey": "44febb88-57bb-4b25-b25f-0bc800d47185",

    "description": "Notification Task",

    "taskcategorykey": "6167103c-ae8a-41d2-970c-be9340264986",

    "taskcategory": "Notification"

    },

    {

    "id": "Ping",

    "objectKey": "70d257c9-350b-48b3-83cc-afeeca8ec316",

    "description": "Ping",

    "taskcategorykey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "taskcategory": "AMI"

    },

    {

    "id": "PopulateWarehouseBillETL",

    "objectKey": "96a81c1c-909e-453b-a195-0b466b179d53",

    "description": "Populate Warehouse - Bill ETL",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "PremierPlus4BillingExport",

    "objectKey": "a62d8bf8-a096-43ce-9d8b-e1e6894d1630",

    "description": "PremierPlus4 Billing Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "PremierPlus4BillingImport",

    "objectKey": "48f51650-038e-48bb-a48a-f58bba8d6c47",

    "description": "PremierPlus4 Billing Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "PremierPlus4CSExport",

    "objectKey": "adac61c1-8709-4fc5-b7d5-0af4a1877d02",

    "description": "PremierPlus4 CS Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "PremierPlus4CSImport",

    "objectKey": "7224d770-2d42-4a7c-a95a-8e2c85f1137a",

    "description": "PremierPlus4 CS Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ProcessReportingExport",

    "objectKey": "9208c2a0-ca38-4b3c-bf01-8b44189083a1",

    "description": "Process Reporting Export Task",

    "taskcategorykey": "a6afb383-6b43-410b-9ab5-d8c4cf97042d",

    "taskcategory": "ProcessReportingType"

    },

    {

    "id": "ProgramChange",

    "objectKey": "a6c44e89-5c32-41db-9c7f-cfe8c7060a8e",

    "description": "ProgramChange",

    "taskcategorykey": "7382375c-6b24-40b7-9ff7-c467bc02a603",

    "taskcategory": "AMI"

    },

    {

    "id": "PublicWebServiceHost",

    "objectKey": "d67f69d9-247b-4749-b5d4-73681a59dd33",

    "description": "Public Web Service Host",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "RateAssignmentImport",

    "objectKey": "0318c144-8dd2-4d84-bc51-2ebb08914370",

    "description": "Rate Assignment Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "RateEventParticipantsETL",

    "objectKey": "afe938b1-136c-4414-ae25-e1ec335fe507",

    "description": "RateEventParticipants ETL",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "RateEventReport",

    "objectKey": "b47ed181-80a8-40d2-8269-7a4a6ec95e1b",

    "description": "Rate Event Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "RateImport",

    "objectKey": "ee2b38d0-31d3-44ba-9315-d42aea3ee977",

    "description": "Rate Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "RateModelSaveImport",

    "objectKey": "0d68eb94-e940-4d9a-8c90-4527d15125cf",

    "description": "Rate Maintenance Import Adapter",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ReadingAlertHelper",

    "objectKey": "6f3e22ec-eb5a-4e5f-9364-7224b055c237",

    "description": "ReadingAlertHelper",

    "taskcategorykey": "6167103c-ae8a-41d2-970c-be9340264986",

    "taskcategory": "Notification"

    },

    {

    "id": "ReadingArchiveAdapter",

    "objectKey": "066704fe-1e54-4c31-beb5-d8f013b696d6",

    "description": "Reading Archive",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "ReadingDetailReport",

    "objectKey": "3e4355ec-08e7-4f27-aa54-bb7aa3fed385",

    "description": "Reading Detail Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "ReadingPurge",

    "objectKey": "6b5a4abe-33db-48d5-ada0-42546d6096c8",

    "description": "Reading Data Purge",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "ReadingPurgeByPartition",

    "objectKey": "23fc62e4-139f-49d0-ae3d-d7c953071a0c",

    "description": "ReadingPurgeByPartition",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "ReadingXmlApiExport",

    "objectKey": "dd476886-85dd-45ac-9fae-907cd9ca4549",

    "description": "Reading XML WebService Export",

    "taskcategorykey": "5d1c2e33-a538-4fa8-9206-5ed323ab92a3",

    "taskcategory": "XmlApiExport"

    },

    {

    "id": "ReadingXmlApiImport",

    "objectKey": "f5d09ba2-7ace-46bb-98ec-5042478e314d",

    "description": "Reading XML WebService Import",

    "taskcategorykey": "078b90dd-6661-40b1-8653-8de09aa0afe9",

    "taskcategory": "XmlApiImport"

    },

    {

    "id": "ReadingXmlExport",

    "objectKey": "971ccf49-673f-45c4-bd41-44b222d54bcc",

    "description": "Reading Xml Export",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "ReadingXmlImport",

    "objectKey": "1af5d3d5-9eca-4255-aae8-bf5a10ca93ce",

    "description": "Reading Xml Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ReadingXmlImportEnhanced",

    "objectKey": "71cfad50-5621-48aa-871b-83a251499dcd",

    "description": "Reading Xml Import Enhanced",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ReadStatisticsReport",

    "objectKey": "192251e0-8d2f-4483-a375-e163e00f1511",

    "description": "Read Statistics Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "ReceiveSettlement",

    "objectKey": "6435ebd2-1fc6-497f-a040-89a0964de5c5",

    "description": "ReceiveSettlement",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "ReportDistribution",

    "objectKey": "34e18b2c-78d5-4063-9837-4e51753a7e0c",

    "description": "ReportDistribution",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "ReportHighLowReadCheckEtlTask",

    "objectKey": "2d51da6c-986f-8942-8919-6a999e3f6b5d",

    "description": "ReportHighLowReadCheck ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "ReportInactiveEntityEtlTask",

    "objectKey": "52266424-1556-4480-a475-9ce6e68faa72",

    "description": "ReportInactiveEntity ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "ReportLeakAnalysisEtlTask",

    "objectKey": "4edc791a-4ac6-7a47-a080-fe846d951981",

    "description": "ReportLeakAnalysis ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "ReportMeterEventsSummaryEtlTask",

    "objectKey": "29462148-28db-3a48-84a8-dfa3ab02fdf5",

    "description": "ReportMeterEventsSummary ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "ReportNoUseOnActiveEtlTask",

    "objectKey": "26ef448c-dcc9-4925-9458-e2c7fe116389",

    "description": "ReportNoUseOnActive ETL Task",

    "taskcategorykey": "313ad4a9-94ea-4697-ab11-dc21025dbba1",

    "taskcategory": "ETL"

    },

    {

    "id": "SaturneProvisioningRetryService",

    "objectKey": "4a434d18-1598-4456-ae65-d81e62cca5b9",

    "description": "Saturne Provisioning Retry Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "SaturneProvisioningTask",

    "objectKey": "bc57e9e6-2b06-4047-ab5b-7abb715898a1",

    "description": "Saturne Provisioning Task",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "Script",

    "objectKey": "f270b6f6-ec4b-4d44-bc20-34c7b7d96fe9",

    "description": "Orchestration C# Script",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    },

    {

    "id": "SecurityImport",

    "objectKey": "ef391094-a19c-4efb-b946-5c21aad84e37",

    "description": "Security Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "SendSettlement",

    "objectKey": "c63993e8-129f-400f-92d2-0a36274c0686",

    "description": "SendSettlement",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "ServiceModeIntervalImport",

    "objectKey": "aafdac4a-ec1b-4a7c-83f1-4c10eb68b95b",

    "description": "Service Mode Interval Import",

    "taskcategorykey": "c54966b6-0394-4f8a-befc-08856c9a20b4",

    "taskcategory": "Undefined"

    },

    {

    "id": "ServiceModeRegisterDecodeImport",

    "objectKey": "5e81c3ed-b16d-4b32-b3a2-9f51441d6e4f",

    "description": "Service Mode Register Decode Import",

    "taskcategorykey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "taskcategory": "ServiceModeXI"

    },

    {

    "id": "ServiceModeXiCleanUp",

    "objectKey": "604813d7-9394-4fb5-8454-814406f182f8",

    "description": "Service Mode Clean Up",

    "taskcategorykey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "taskcategory": "ServiceModeXI"

    },

    {

    "id": "ServiceModeXiConnectionRequest",

    "objectKey": "8e5f8eec-7399-4fb9-9fa3-29a53842100a",

    "description": "Remote Connection Request Task",

    "taskcategorykey": "84d9dbe8-581a-403b-9983-d27b74031edc",

    "taskcategory": "ServiceModeXI"

    },

    {

    "id": "ServiceOrderHistoryPurge",

    "objectKey": "11a9b752-e359-4c32-b810-42a993417026",

    "description": "Service Order History Purge Task",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "ServiceOrderImportTask",

    "objectKey": "3bbe8f42-db22-424c-9100-0ab6797eccf0",

    "description": "Service Order Import Task Adapter",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ServiceOrderRequestSender",

    "objectKey": "23b396a1-aa57-4aed-99d6-8e328d38ab27",

    "description": "Service Order Request Sender",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "SmXiCeFileDispatcherService",

    "objectKey": "14741b83-c625-418e-b79b-7a345cefbb02",

    "description": "Service Mode CE File Dispatcher Service",

    "taskcategorykey": "b016a366-eb8f-4d8d-a5c1-ef295df15da5",

    "taskcategory": "SmXiService"

    },

    {

    "id": "SmXiCeTaskMonitorService",

    "objectKey": "848ffb8a-a15f-4c27-a963-f8a5c44a39c2",

    "description": "Service Mode CE Task Monitor Service",

    "taskcategorykey": "b016a366-eb8f-4d8d-a5c1-ef295df15da5",

    "taskcategory": "SmXiService"

    },

    {

    "id": "SmXiMdmConfigurationMonitorService",

    "objectKey": "ed33af3e-4ff5-4e8b-a05f-c1ce7da58360",

    "description": "Service Mode Configuration Monitor Service",

    "taskcategorykey": "b016a366-eb8f-4d8d-a5c1-ef295df15da5",

    "taskcategory": "SmXiService"

    },

    {

    "id": "SmXiMdmTaskMonitorService",

    "objectKey": "94559c8b-b795-44b0-ac3a-694af7f1c57b",

    "description": "Service Mode Mdm Task Monitor Service",

    "taskcategorykey": "b016a366-eb8f-4d8d-a5c1-ef295df15da5",

    "taskcategory": "SmXiService"

    },

    {

    "id": "StaleDataDetectionProcess",

    "objectKey": "611809a3-5bb3-4b79-99be-75c3069649bd",

    "description": "StaleDataDetectionProcess",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "SystemConfigurationReport",

    "objectKey": "2411fada-47a3-40f2-9db6-10d619e18790",

    "description": "SystemConfigurationReport",

    "taskcategorykey": "a6afb383-6b43-410b-9ab5-d8c4cf97042d",

    "taskcategory": "ProcessReportingType"

    },

    {

    "id": "SystemNotificationScheduler",

    "objectKey": "bb28c19f-6674-2e41-a6ff-e3c13be47380",

    "description": "System Notification Scheduler",

    "taskcategorykey": "6167103c-ae8a-41d2-970c-be9340264986",

    "taskcategory": "Notification"

    },

    {

    "id": "SystemNotificationService",

    "objectKey": "1f92e6d6-73cc-497c-b58f-c9e2fafc237a",

    "description": "System Notification Service",

    "taskcategorykey": "b06cad29-8d78-4bd8-a43d-d1b60963f369",

    "taskcategory": "ItronEEServices"

    },

    {

    "id": "TamperEventExportAdapter",

    "objectKey": "fc7e8ebc-6c27-4847-8fe0-9034f300bb32",

    "description": "Tamper Event Export Adapter",

    "taskcategorykey": "9e0465bd-df74-40bd-a147-9f5250525e8a",

    "taskcategory": "Export"

    },

    {

    "id": "TamperEventImport",

    "objectKey": "af92ca95-81cb-4c03-b2d1-c9f3cde7c154",

    "description": "Tamper Event Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "TaskCleanup",

    "objectKey": "6c6392f6-2a1f-4863-af6d-aac3ea3aa0d5",

    "description": "Task Cleanup",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "TaskPerformanceReport",

    "objectKey": "be2f9138-1cec-4290-b6ee-b9df2f4dd75d",

    "description": "TaskPerformanceReport",

    "taskcategorykey": "a6afb383-6b43-410b-9ab5-d8c4cf97042d",

    "taskcategory": "ProcessReportingType"

    },

    {

    "id": "TaskPurge",

    "objectKey": "cdeb5022-50d3-4d67-8824-3846c479c7bd",

    "description": "Task Data Purge",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "TextReadingImport",

    "objectKey": "a270f565-60c0-4c79-94d6-d4564e59c825",

    "description": "Reading ASCII Import",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "TouReport",

    "objectKey": "346d2a5d-7d04-4bd9-8d1d-9008c9f40b29",

    "description": "Time of Use Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "Undefined",

    "objectKey": "4a32ceb5-db55-4f58-8a1f-825352c9f01e",

    "description": "Undefined",

    "taskcategorykey": "c54966b6-0394-4f8a-befc-08856c9a20b4",

    "taskcategory": "Undefined"

    },

    {

    "id": "Validation",

    "objectKey": "442242a5-1bae-4b70-9073-8d7f81cd0fd9",

    "description": "Validation",

    "taskcategorykey": "a6c2c1b7-601e-44e4-9958-b08bf94ac4c4",

    "taskcategory": "Validation"

    },

    {

    "id": "ValidationConfigurationReport",

    "objectKey": "057cb64e-0386-4f39-a9e6-8de85ea9398e",

    "description": "ValidationConfigurationReport",

    "taskcategorykey": "a6afb383-6b43-410b-9ab5-d8c4cf97042d",

    "taskcategory": "ProcessReportingType"

    },

    {

    "id": "ValidationDetectionProcess",

    "objectKey": "d51bc341-cde9-42e5-a1ba-862de079fadc",

    "description": "Validation Detection Process",

    "taskcategorykey": "465e13df-66ff-4abd-b4a4-e04f3372aecf",

    "taskcategory": "System"

    },

    {

    "id": "ValidationSetAssignmentImport",

    "objectKey": "0da83734-e0ea-47b1-82fe-a870edf41c4d",

    "description": "Validation Set Assignment",

    "taskcategorykey": "0ae141eb-9f57-4c0b-9e84-e5efbb63a00a",

    "taskcategory": "Import"

    },

    {

    "id": "ValidationSetAssignmentImportApi",

    "objectKey": "e69ca754-3fd2-484c-b5eb-e6458cd15bd8",

    "description": "Validation Set Web Service Import",

    "taskcategorykey": "5d1c2e33-a538-4fa8-9206-5ed323ab92a3",

    "taskcategory": "XmlApiExport"

    },

    {

    "id": "WeeklyDetailReport",

    "objectKey": "e772a686-3226-4ec3-b495-ecaaf8d83d03",

    "description": "Weekly Detail Report",

    "taskcategorykey": "20c3a67b-936e-461b-bdac-31923f9235e8",

    "taskcategory": "Reporting"

    },

    {

    "id": "Xsl",

    "objectKey": "56c8fc1d-fa5a-4110-ae80-bfd01dfedbcb",

    "description": "Orchestration Xsl Transform",

    "taskcategorykey": "31e2715e-484a-4ea6-9683-c13cf56c65d0",

    "taskcategory": "Orchestration"

    }

    ]

  • POST /api/tasks/create-task - Creates a task using the given request template ID and task parameters.

    POST /api/tasks/create-task - Creates a task using the given request templateId and task parameters

    Request body:

    {

    "correlationID": "string",

    "taskTemplateId": "ConfigurationExportService",

    "requestedStartDate": "2024-08-19T00:00:00"

    }

    Response:

    {

    "correlationID": "string",

    "responseMessageID": "200",

    "responseMessage": "Successfully created a task from task template 'ConfigurationExportService'.",

    "taskId": "819"

    }

  • Error scenario:

    • SC 1: When we passed invalid Task Template ID

      Response:

      "responseMessageID": "400"

      "responseMessage": "Failed to create or save a task: Failed to create a task from task template 'dec'"

  • GET /api/servers - Gets servers from IEE database.

    GET /api/servers - Gets servers from IEE database

    Response:

    {

    "servers": [

    {

    "id": "AZR-IEE-API-O1",

    "objectKey": "153fce49-f81b-4239-8a06-1dba0dfdbb51",

    "description": null,

    "isEnabled": true

    },

    {

    "id": "AZR-IEE-WEB-O1",

    "objectKey": "0e7791b1-b4f3-4ad5-9c7f-20d102e81134",

    "description": null,

    "isEnabled": false

    },

    {

    "id": "AZR-IEE-WEB-OP1",

    "objectKey": "7c8ab81e-c0a1-4d0e-baca-06542eddb274",

    "description": null,

    "isEnabled": false

    },

    {

    "id": "Unassigned",

    "objectKey": "8429c3ee-b5f6-4e7a-b3bf-86a99f415872",

    "description": null,

    "isEnabled": false

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": "All Server list fetched successfully"

    }

  • GET /api/tasks/{taskId} - Finds task by taskid from IEE database.

    GET /api/tasks/{taskId} - Finds task by taskid from IEE database

    Response:

    {

    "tasks": [

    {

    "taskStatus": "Submitted",

    "isCurrent": true,

    "taskKey": "dc144c07-411e-4c29-8607-eb8d81d6acf8",

    "userid": "IeeService",

    "taskMessage": "Service Point - ''.\r\n",

    "id": 820,

    "parentTaskID": null,

    "taskType": {

    "category": "Export",

    "id": "ConfigurationExportTask",

    "description": "Configuration Export Task Adapter"

    },

    "taskTemplateID": "ConfigurationExportService",

    "requestedServerID": null,

    "processingServerID": null,

    "status": 0,

    "submittedDate": "2024-08-22T10:24:07",

    "requestedStartDate": "2024-08-22T10:24:07",

    "processingStartDate": null,

    "processingCompleteDate": null,

    "processingMessage": "Service Point - ''.\r\n",

    "parameters": [

    {

    "name": "ExportFileName",

    "value": "ConfigurationExport_(Timestamp).xml", "index": null }, { "name": "ExportDirectoryName", "value": "(ExportDirectory)\ConfigurationExportService",

    "index": null

    }

    ]

    }

    ],

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": ""

    }

  • POST /api/tasks/{taskId}/run - Runs the given task.

    POST /api/tasks/{taskId}/run - Runs the given task

    Response:

    {

    "correlationID": "",

    "responseMessageID": "200",

    "responseMessage": ""

    }

  • POST /api/tasks/templates-grid - Gets the task templates for a given task category.

    POST /api/tasks/templates-grid - Gets the task tamplates for a given task category

    Request body:

    {

    "correlationID": "3548fce3-f72a-487e-8242-4a0138aa16fa",

    "taskCategory": 0

    }

    Response:

    {

    "correlationID": "3548fce3-f72a-487e-8242-4a0138aa16fa",

    "responseMessageID": "200",

    "responseMessage": "",

    "taskTemplateContracts": [

    {

    "taskTypeId": "AdeFileRequest",

    "taskTemplateId": "DefaultDataExportFileRequestTemplate",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Task Template for ADE File Request"

    },

    {

    "taskTypeId": "AdeFileRequest",

    "taskTemplateId": "DefaultWebServiceAdeRequestTemplate",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "AMI_Billing_Import_Task",

    "taskTemplateId": "AMI_Billing_Import",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "AMI Billing Import"

    },

    {

    "taskTypeId": "AmiContingencyReadImport",

    "taskTemplateId": "DefaultAmiContingencyReadImportTaskAdapter",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default template for AmiContingencyReadImportTaskAdapter"

    },

    {

    "taskTypeId": "BillCsvImport",

    "taskTemplateId": "DefaultBillCsvImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Bill Csv Import"

    },

    {

    "taskTypeId": "BillXmlImport",

    "taskTemplateId": "DefaultBillXmlImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Bill Xml Import"

    },

    {

    "taskTypeId": "ConfigurationImportTask",

    "taskTemplateId": "ConfigurationImportService",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Template used by an Asyncronous Configuration Import Request"

    },

    {

    "taskTypeId": "ConfigurationImportTask",

    "taskTemplateId": "DefaultConfigurationImportTask",

    "significance": "",

    "lastRunTime": "2024-05-27T05:58:44Z",

    "nextRunTime": "",

    "description": "Generated Default template for ConfigurationImportTask"

    },

    {

    "taskTypeId": "CurtailmentImport",

    "taskTemplateId": "DefaultCurtailmentImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Curtailment Import"

    },

    {

    "taskTypeId": "CustomerConfigurationXmlImport",

    "taskTemplateId": "DefaultCustomerConfigurationImport",

    "significance": "",

    "lastRunTime": "2022-08-08T07:41:28Z",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "CycleScheduleImport",

    "taskTemplateId": "DefaultCycleScheduleImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Cycle Schedule Import"

    },

    {

    "taskTypeId": "DirectHHFImport",

    "taskTemplateId": "DefaultDirectHHFImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Direct HHF Import"

    },

    {

    "taskTypeId": "DistributedIntelligenceImport",

    "taskTemplateId": "DefaultDistributedIntelligenceImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Generated Default template for DistributedIntelligenceImport"

    },

    {

    "taskTypeId": "EnhancedEventImport",

    "taskTemplateId": "DefaultEnhancedEventImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Enhanced Event Import template"

    },

    {

    "taskTypeId": "EnhancedEventImport",

    "taskTemplateId": "DefaultServiceModeEnhancedEventImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "EventImport",

    "taskTemplateId": "DefaultEventImportWithFiltering",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "EventImport",

    "taskTemplateId": "DefaultEventImportWithoutFiltering",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "EventImport",

    "taskTemplateId": "DefaultServiceModeEventImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "ExportScheduler",

    "taskTemplateId": "DefaultExportScheduler",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Export Task Scheduler"

    },

    {

    "taskTypeId": "IntegratorBillingImport",

    "taskTemplateId": "DefaultIntegratorBillingImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "IntegratorBillingSplitter",

    "taskTemplateId": "DefaultIntegratorBillingSplitter",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Integrator Billing Splitter"

    },

    {

    "taskTypeId": "IntegratorCSImport",

    "taskTemplateId": "DefaultIntegratorCSImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "IntegratorCSSplitter",

    "taskTemplateId": "DefaultIntegratorCSSplitter",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Integrator Collection Splitter"

    },

    {

    "taskTypeId": "MDEFCCImport",

    "taskTemplateId": "DefaultMDEFCCImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default MDEFCC Import"

    },

    {

    "taskTypeId": "MDEFImport",

    "taskTemplateId": "DefaultMDEFImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "MV90SummaryMapImport",

    "taskTemplateId": "DefaultMV90SummaryMapImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default template for MV90SummaryMapImport"

    },

    {

    "taskTypeId": "MV9CCImport",

    "taskTemplateId": "DefaultMV9CCImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default MV9CC Import"

    },

    {

    "taskTypeId": "MVRSBillingImport",

    "taskTemplateId": "DefaultMVRSBillingImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Billing Import MVRS"

    },

    {

    "taskTypeId": "MVRSCSImport",

    "taskTemplateId": "DefaultMVRSCSImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default MVRS CS Import"

    },

    {

    "taskTypeId": "PremierPlus4BillingImport",

    "taskTemplateId": "DefaultPremierPlus4BillingImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "PremierPlus4CSImport",

    "taskTemplateId": "DefaultPremierPlus4CSImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "RateAssignmentImport",

    "taskTemplateId": "DefaultRateAssignmentImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Rate Assignment Import"

    },

    {

    "taskTypeId": "RateImport",

    "taskTemplateId": "DefaultRateImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default Rate Import"

    },

    {

    "taskTypeId": "RateModelSaveImport",

    "taskTemplateId": "DefaultRateModelImportTask",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Default template for RateModel imports"

    },

    {

    "taskTypeId": "RateModelSaveImport",

    "taskTemplateId": "RateModelImportService",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Template used by asynchronous RateModel import requests"

    },

    {

    "taskTypeId": "ReadingXmlImport",

    "taskTemplateId": "DefaultReadingXmlImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "ReadingXmlImportEnhanced",

    "taskTemplateId": "DefaultSmXiReadingImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "ReadingXmlImportEnhanced",

    "taskTemplateId": "DefaultXmlImportEnhanced",

    "significance": "",

    "lastRunTime": "2023-05-15T04:57:06Z",

    "nextRunTime": "",

    "description": "Default Reading Xml Import Enhanced"

    },

    {

    "taskTypeId": "ServiceOrderImportTask",

    "taskTemplateId": "DefaultServiceOrderImportTask",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Generated Default template for ServiceOrderImportTask"

    },

    {

    "taskTypeId": "ServiceOrderImportTask",

    "taskTemplateId": "ServiceOrderImportService",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Template used by an Asyncronous Service Order Import Request"

    },

    {

    "taskTypeId": "TamperEventImport",

    "taskTemplateId": "DefaultTamperEventImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Generated Default"

    },

    {

    "taskTypeId": "TextReadingImport",

    "taskTemplateId": "DefaultTextReadingImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": ""

    },

    {

    "taskTypeId": "ValidationSetAssignmentImport",

    "taskTemplateId": "DefaultValidationSetAssignmentImport",

    "significance": "",

    "lastRunTime": "",

    "nextRunTime": "",

    "description": "Validation Set Assignment"

    }

    ]

    }

See also IEE Task REST API.