Create Business Mapping

This call is used to create a business mapping rule in the account.

Filter Structure: Each filter has the following structure:

  • "field": Name of filter field (e.g. service, customertags, etc.)
  • "operator": one of IS, IS_NOT, STARTS_WITH, ENDS_WITH, LIKE, NOT_LIKE
  • "values": should be an array when operator = IS, IS_NOT or a string otherwise
  • "prefix": when field=customertags or k8slabels - this field should contain tag key

The response is the business mapping object created.

Language