Open MallocArray opened 4 months ago
Looks like appliance_vmon_service_info
is also affected.
I wonder what's the best way to handle this. Maybe deprecate those two modules and create two new ones vmware.vmware_rest.vcenter_services
and vmware.vmware_rest.vcenter_service_infos
? :thinking:
@mariolenz While vmon_service is depreciated, there are existing modules that interact with the appliance services https://github.com/ansible-collections/vmware.vmware_rest/blob/main/plugins/modules/appliance_services.py https://github.com/ansible-collections/vmware.vmware_rest/blob/main/plugins/modules/appliance_services_info.py
But I do agree that we also need new ones for vcenter_services that interacts with /api/vcenter/services. For my specific use case with netdumper
it isn't managed by appliance services anymore, it is only available under vcenter services
Looks like
appliance_vmon_service_info
is also affected.I wonder what's the best way to handle this. Maybe deprecate those two modules and create two new ones
vmware.vmware_rest.vcenter_services
andvmware.vmware_rest.vcenter_service_infos
? 🤔
I tried to change to the new api endpoint, for my 8.0.3 and other 8.0.0 vcenter it worked. Can you test if it's working for you as well. And maybe you have the chance to test older versions as well. https://github.com/noesberger/vmware.vmware_rest/tree/main
based on the informations from: https://knowledge.broadcom.com/external/article/321044/deprecation-of-vmon-api-service.html
SUMMARY
vCenter 8.0 U3 appears to have fully depreciated the API at /rest/appliance/vmon/service https://knowledge.broadcom.com/external/article?articleNumber=321044
Was working as expected in 8.0 U2. Needing to move to vmware.vmware_rest.appliance_services, but the depreciation should be specifically called out on the appliance_vmon_service component
ISSUE TYPE
COMPONENT NAME
vmware.vmware_rest.appliance_vmon_service
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
Service is set to startup_type of automatic
ACTUAL RESULTS