#HI all,

1 messages · Page 1 of 1 (latest)

deft knoll
#

I need to start using 'netapp.ontap.na_ontap_rest_cli' because we upgraded to 9.14 and now i want to transform the old Ansible Syntax to use 'netapp.ontap.na_ontap_rest_cli' any ideas where to start with the code below?

Stap 2: Modificeer QoS policy group om max-throughput INF in te stellen

  • name: "Modify QoS policy group to set max-throughput INF - step 2"
    netapp.ontap.na_ontap_command:
    command:
    - "qos policy-group modify -policy-group {{ qos_policy_group.name }} -max-throughput INF"
    privilege: admin
    <<: *auth
    when: qos_policy_group.name | default(false)

any hints appreciated,

Cheers,
Ferry

chrome drum
#

basically, you put the command in command: "qos/policy-group", set verb: PATCH (for modify), and then put your arguments unter body: ...

deft knoll
#

Thanks i will have a look there

deft knoll
#

i found that the default setting 0-0 is enough no need to modify to INF