blob: 77955d50876f2f87ebcd190417bb0505d82bf233 [file] [log] [blame]
Brad Bishop7862c232021-10-18 13:51:22 -04001description: >
2methods:
3 - name: Client
4 description: >
5 Create network client endpoint.
6 parameters:
7 - name: Address
8 type: string
9 description: >
10 IP Address/Hostname
11 - name: Port
12 type: uint16
13 description: >
14 Network port.
15 errors:
16 - xyz.openbmc_project.Common.Error.InvalidArgument
17 returns:
18 - name: path
19 type: string
20 description: >
21 Path of the object which has been created.