Skip to content

na_ontap_service_processor_network - fix REST PATCH with no is_enabled - #356

Open
CarstenGrohmann wants to merge 1 commit into
ansible-collections:mainfrom
CarstenGrohmann:fix/issue-222-sp-network-enabled-missing
Open

na_ontap_service_processor_network - fix REST PATCH with no is_enabled#356
CarstenGrohmann wants to merge 1 commit into
ansible-collections:mainfrom
CarstenGrohmann:fix/issue-222-sp-network-enabled-missing

Conversation

@CarstenGrohmann

Copy link
Copy Markdown
SUMMARY

ONTAP REST requires enabled in the interface body whenever IP parameters are present. When is_enabled was absent from the task, the PATCH request lacked enabled and ONTAP rejected it.

Symptom:

Error in BMC Network configuration: enabled option for IPv4 interface is missing. (ONTAP error 13631591)

Fixes: #222

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

netapp.ontap.na_ontap_service_processor_network

ONTAP REST requires 'enabled' in the interface body whenever IP
parameters are present. When is_enabled was absent from the task,
the PATCH request lacked 'enabled' and ONTAP rejected it.

Symptom:

    Error in BMC Network configuration: enabled option for
    IPv4 interface is missing. (ONTAP error 13631591)

Fixes: ansible-collections#222
@CarstenGrohmann
CarstenGrohmann force-pushed the fix/issue-222-sp-network-enabled-missing branch from aa4c42a to 6d37c65 Compare August 7, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

na_ontap_service_processor_network not working using REST

1 participant