blob: e2f13a73149de19f0487cbbf6551b56136a5526c [file] [log] [blame]
William A. Kennington III08505792019-01-30 16:00:04 -08001description: >
2methods:
3 - name: Neighbor
4 description: >
5 Create a static neighbor entry.
6 parameters:
7 - name: IPAddress
8 type: string
9 description: >
10 IP Address.
11 - name: MACAddress
12 type: string
13 description: >
14 MAC Address.
15 returns:
16 - name: Path
Patrick Williams90434ee2022-11-03 20:39:47 -050017 type: object_path
William A. Kennington III08505792019-01-30 16:00:04 -080018 description: >
19 The path for the created neighbor object.
20 errors:
21 - xyz.openbmc_project.Common.Error.InvalidArgument