Skip to content

Commit

Permalink
Merge pull request #2 from it-novum/ITC-2879
Browse files Browse the repository at this point in the history
ITC-2879
  • Loading branch information
ibering authored Apr 19, 2023
2 parents 9c0659d + a64b16c commit f289ab4
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions external/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ components:
id:
type: "integer"
example: 2
agent_uuid:
type: "string"
example: "089badce-d2ff-4f34-8063-1138b713b186"
host_id:
type: "string"
example: "18"
Expand Down Expand Up @@ -675,16 +678,21 @@ components:
type: "integer"
example: "2021-10-18T06:46:30+00:00"
pushAgents:
type: "object"
properties:
id:
type: "integer"
example: 2
name:
type: "string"
example: "agent (127.0.0.1)"
type: array
items:
type: "object"
properties:
id:
type: "integer"
example: 2
name:
type: "string"
example: "agent (127.0.0.1)"
agent_uuid:
type: "string"
example: "089badce-d2ff-4f34-8063-1138b713b186"
selectedPushAgentId:
type: "string"
type: "integer"
example: 2

getAgentInstallResponse:
Expand Down

0 comments on commit f289ab4

Please sign in to comment.