Hi, I'm new to this group and i don't know if i can ask this question here.
I have the following playbook and when i execute it, it comes whit an error:
- name: Modify SSL settings using REST API
netapp.ontap.na_ontap_rest_cli:
<<: *auth
verb: PATCH
command: svm/svms #storage #/qos/policies #/9024c650-0aef-11f0-964b-00a098db352d
params:
uuid: '1284e165-1139-11f0-964b-00a098db352d'
body:
is_space_enforcement_logical: false
register: result- debug: var=result
msg: 'Error: {''message'': ''API not found'', ''code'': ''3''}'
I think the code is ok, but i got the above error.
What am i doing wrong here?