Summary Attributes

For resources that will be displayed on the GUI as a summarized list, data fields can be selected for this list. Members of the summary_attr list identify:

  • title as the list column header on the GUI display

    Note

    If the default Field Display Policy for the resource contains a value, this will be displayed in the column header.

  • name as the resource field to show in the column of the list

For example:

summary_attrs: [
  {
   title: "Name"
   name: "name"
  }
  {
   title: "Description"
   name: "description"
  }
]