GET /api/operations/{id}
Gets the operation with the given id.
Request
Parameter | Description | Additional information |
---|---|---|
id | Id of the operation to return. | Define this parameter in the url. |
Response
Returns the operation.
Example
{ "Id": "7a192665-6128-4e9c-874c-39c227c73e89", "Name": "sample string 2", "Status": "Started", "Progress": 3, "Log": "sample string 4", "CallbackUrl": "sample string 5", "StartedAt": "2022-12-22T02:34:26.6152623+00:00", "EndedAt": "2022-12-22T02:34:26.6152623+00:00", "Duration": "00:00:00", "Tenant": { "Id": 1, "Name": "wcloud-ario", "DeploymentStatus": null, "Status": null, "ResourceGroup": null, "HostName": null, "Cname": null, "DatabaseServer": null, "DatabaseName": "wcloud-ario", "CreatedAt": "2018-11-14T17:51:21.81", "CreatedBy": "Rickard Hansson", "TrashedAt": "2019-08-16T07:40:31.577", "TrashedBy": "johan@weavy.com", "Configuration": null, "Version": null, "LicenseKey": null, "License": null, "Comment": null, "Title": "ario", "Url": null, "IsTrashed": true }, "CreatedBy": { "Id": 1, "Email": "johan@weavy.com" }, "HasEnded": true }