PMS in new dash reporting

This commit is contained in:
Joaquin Ossa 2025-01-21 10:12:46 +01:00
parent 90967fd34e
commit e71cde0d63
2 changed files with 15 additions and 0 deletions

View file

@ -1158,6 +1158,19 @@ models:
data_tests:
- not_null
- name: has_active_pms
data_type: boolean
description: |
Does the host have an active associated PMS.
data_tests:
- not_null
- name: active_pms_list
data_type: string
description: |
Name of the active PMS associated with the host. It can have more than
one PMS associated with it. It can be null if it doesn't have any PMS associated.
- name: company_name
data_type: string
description: |