Skip to content

Commit c19fd77

Browse files
author
Shiva Shankar Vaddepally
committed
Changes done correct datatype issues in OpenAPi which is causing idempotency issues due to mismatch in payload and responseload in APIs
1 parent c8c77cb commit c19fd77

949 files changed

Lines changed: 6103 additions & 4273 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plugins/module_utils/nitro_resource_map.py

Lines changed: 2189 additions & 1704 deletions
Large diffs are not rendered by default.

plugins/modules/aaacertparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaaglobal_aaapreauthenticationpolicy_binding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function
@@ -55,7 +55,7 @@
5555
description:
5656
- Name of the policy to be unbound.
5757
priority:
58-
type: float
58+
type: int
5959
description:
6060
- Priority of the bound policy
6161
extends_documentation_fragment: netscaler.adc.netscaler_adc

plugins/modules/aaaglobal_authenticationnegotiateaction_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaagroup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function
@@ -55,7 +55,7 @@
5555
- Display only the group members who are currently logged in. If there are large
5656
number of sessions, this command may provide partial details.
5757
weight:
58-
type: float
58+
type: int
5959
description:
6060
- Weight of this group with respect to other configured aaa groups (lower the
6161
number higher the weight)
@@ -373,7 +373,7 @@
373373
delegate_to: localhost
374374
netscaler.adc.aaagroup:
375375
state: present
376-
groupname: External
376+
groupname: clt_scrgrp1
377377
"""
378378

379379
RETURN = r"""

plugins/modules/aaagroup_aaauser_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function

plugins/modules/aaagroup_auditnslogpolicy_binding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function
@@ -79,7 +79,7 @@
7979
description:
8080
- The policy name.
8181
priority:
82-
type: float
82+
type: int
8383
description:
8484
- Integer specifying the priority of the policy. A lower number indicates a
8585
higher priority. Policies are evaluated in the order of their priority numbers.

plugins/modules/aaagroup_auditsyslogpolicy_binding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function
@@ -79,7 +79,7 @@
7979
description:
8080
- The policy name.
8181
priority:
82-
type: float
82+
type: int
8383
description:
8484
- Integer specifying the priority of the policy. A lower number indicates a
8585
higher priority. Policies are evaluated in the order of their priority numbers.

plugins/modules/aaagroup_authorizationpolicy_binding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function
@@ -54,7 +54,7 @@
5454
description:
5555
- The policy name.
5656
priority:
57-
type: float
57+
type: int
5858
description:
5959
- Integer specifying the priority of the policy. A lower number indicates a
6060
higher priority. Policies are evaluated in the order of their priority numbers.

plugins/modules/aaagroup_intranetip6_binding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -*- coding: utf-8 -*-
44

5-
# Copyright (c) 2023 Cloud Software Group, Inc.
5+
# Copyright (c) 2025 Cloud Software Group, Inc.
66
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
77

88
from __future__ import absolute_import, division, print_function
@@ -79,7 +79,7 @@
7979
description:
8080
- The Intranet IP6(s) bound to the group
8181
numaddr:
82-
type: float
82+
type: int
8383
description:
8484
- Numbers of ipv6 address bound starting with intranetip6
8585
extends_documentation_fragment: netscaler.adc.netscaler_adc

0 commit comments

Comments
 (0)