diff --git a/src/dedicatedCloud/task/dedicatedCloud-task.v6.service.js b/src/dedicatedCloud/task/dedicatedCloud-task.v6.service.js index 714291b2..201fbb17 100644 --- a/src/dedicatedCloud/task/dedicatedCloud-task.v6.service.js +++ b/src/dedicatedCloud/task/dedicatedCloud-task.v6.service.js @@ -28,6 +28,29 @@ angular.module("ovh-api-services").service("OvhApiDedicatedCloudTaskV6", functio state: "@state" } }, + getGlobalTasks: { + url: "/dedicatedCloud/:serviceName/globalTasks", + method: "GET", + isArray: true, + queryParams: { + datacenterId: "@datacenterId", + "endDate.from": "@endDate.from", + "endDate.to": "@endDate.to", + "executionDate.from": "@executionDate.from", + "executionDate.to": "@executionDate.to", + filerId: "@filerId", + hostId: "@hostId", + "lastModificationDate.from": "@lastModificationDate.from", + "lastModificationDate.to": "@lastModificationDate.to", + name: "@name", + networkAccessId: "@networkAccessId", + orderId: "@orderId", + parentTaskId: "@parentTaskId", + state: "@state", + userId: "@userId", + vlanId: "@vlanId" + } + }, changeMaintenanceExecutionDate: { url: baseURL + "/changeMaintenanceExecutionDate", method: "POST",