Skip to content

Commit

Permalink
Provide clarification on the field component_name
Browse files Browse the repository at this point in the history
  • Loading branch information
nmahabaleshwar authored and morrowc committed Mar 6, 2024
1 parent cfdd2d9 commit 0e73fed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion acctz/acctz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,14 @@ message RecordResponse {
// accomplish the request on the system.
repeated string task_ids = 7;

// Name of the component where the accounting record originated from
// Name of the component in a vendor system configuration where the accounting
// record originated from. This helps to indentify the source of the accouting
// record when multiple components can generate them. This is how the
// component is identified in the components hierarchy in the
// openconfig-platform model.
// For reference: /components/component[name="chassis0"]
// Eg: component_name = "linecard0"
// component_name = "chassis0"
string component_name = 8;
}

Expand Down

0 comments on commit 0e73fed

Please sign in to comment.