Schema

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

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

For example:

  • /metric_dashboard/${applicationName}/ -> metric dashboard configuration: {"key":"value"}
{
 "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
  • No labels