blob: 630ac1480e5a21a3f246cfc76a86e41b9b4ac5e8 [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:
Patrick Williams8110f7d2022-12-08 06:12:48 -06007 - name: IPAddress
8 type: string
9 description: >
10 IP Address.
11 - name: MACAddress
12 type: string
13 description: >
14 MAC Address.
William A. Kennington III08505792019-01-30 16:00:04 -080015 returns:
Patrick Williams8110f7d2022-12-08 06:12:48 -060016 - name: Path
17 type: object_path
18 description: >
19 The path for the created neighbor object.
William A. Kennington III08505792019-01-30 16:00:04 -080020 errors:
Patrick Williams8110f7d2022-12-08 06:12:48 -060021 - xyz.openbmc_project.Common.Error.InvalidArgument