#Changing is_space_enforcement_logical

1 messages · Page 1 of 1 (latest)

sterile heart
#

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?

next coyote
#

I assume command: should be volume modify instead of what you have there. But that might also be an issue with Discord not showing this correctly?

jade atlas
#

Logical space reporting is available in the na_ontap_volume module.

sterile heart