Skip to content

ICSHWI-12440: Introducing Operation details

Imre Toth requested to merge ICSHWI-12440_Operation_details into develop

Introducing Operation Details endpoint with the following response:

{
  "ioc_type_name": "string",
  "ioc_type_id": 0,
  "created_at": "2023-04-26T11:27:09.479Z",
  "finished_at": "2023-04-26T11:27:09.479Z",
  "status": "QUEUED",
  "user": "string",
  "revision": "string",
  "instances": [
    {
      "instance_name": "string",
      "instance_git_url": "string",
      "id": 0
    }
  ]
}

Also added optional ioc_type_id for the operation list request.

Edited by Imre Toth

Merge request reports