Skip to content

Commit

Permalink
Merge pull request #9014 from Azure/ASIM-Schema-changes
Browse files Browse the repository at this point in the history
more changes in schema
  • Loading branch information
anki-narravula authored Sep 15, 2023
2 parents 33970b4 + c8f83e8 commit 1c1a74a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 1 addition & 7 deletions ASIM/schemas/ASimDHCPEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,4 @@ Fields:
- Name: DhcpUserClass
Class: Optional
Type: string
Description: The DHCP User Class, as defined by RFC3004.

- Name: SrcMacAddr
Class: Optional
Type: string
Description: The MAC address of the network interface from which the connection or session originated.
Example: '06:10:9f:eb:8f:14'
Description: The DHCP User Class, as defined by RFC3004.
2 changes: 1 addition & 1 deletion ASIM/schemas/entities/ASimApp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Fields:
Type: string
Class: Optional
Description: The user agent header accosiated with the application, when communicating using HTTP or HTTPS.
For roles: [ Actor, Src ]
For roles: [ Actor, Src, Acting ]
6 changes: 6 additions & 0 deletions ASIM/schemas/entities/ASimSystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Fields:
Logical type: Hostname
Description: The device hostname, excluding domain information. If no device name is available, store the relevant IP address in this field.

- Name: <<Role>>MacAddr
Type: string
Class: Optional
Logical type: MAC address
Description: The MAC address of the device.

- Name: <<Role>>Domain
Type: string
Class: Optional
Expand Down

0 comments on commit 1c1a74a

Please sign in to comment.