Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Schema

  • Service Name: GenericResourceService
  • Entity Name: GenericResourceEntity
  • Table: eagle_metadata
  • Prefix: generic_resource
  • Timestamp: false
 FieldTypeDescription
TagsiteStringresource site name
 nameString

resource Resource entry path name: ${resource_type}/${resouce_id} => ${resource_value}

For , for example:

  • /$site/applicationmetric_dashboard/${applicationName}/ features/ -> feature list configuration/$site/application/${applicationName}/feature/dashboard/ -> dashboard configurationmetric dashboard configuration: {"key":"value"}
Code Block
{
 "site":"sandbox",
 "application":"$applicationId",
 "name":"/metric_dashboard/config"
}
{
 "site":"sandbox",
 "application":"$applicationId",
 "name":"/metric_dashboard/layout"
}
FieldvalueStringresource value in String in plain text or json
 createdTimelongresource created time
 updatedTimelongresource updated time