By default we want full counter-coverage, as mentioned by Andreas.
Please include the fields filter, similar to the MWDI, so that we can also filter the results to only retrieve certain attributes or counters.
Example:
assume the Mycom-Butler will offer the following service to provide complete air-interface configuration data for all devices:
/v1/provide-air-interface-configuration-of-all-devices
Then the corresponding filter usage to retrieve only some ATPC-information could be:
/v1/provide-air-interface-configuration-of-all-devices?fields=(atpcIsOn;atpcThreshUpper;atpcTreshLower)
Example:
assume the Mycom-Butler will offer the following service to provide complete air-interface configuration data for all devices:
/v1/provide-air-interface-configuration-of-all-devices
Then the corresponding filter usage to retrieve only some ATPC-information could be:/v1/provide-air-interface-configuration-of-all-devices?fields=(atpcIsOn;atpcThreshUpper;atpcTreshLower)