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