summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/ise/plugins/modules/licensing_tier_state_create.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:18:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:18:34 +0000
commit3667197efb7b18ec842efd504785965911f8ac4b (patch)
tree0b986a4bc6879d080b100666a97cdabbc9ca1f28 /ansible_collections/cisco/ise/plugins/modules/licensing_tier_state_create.py
parentAdding upstream version 9.5.1+dfsg. (diff)
downloadansible-1f02d92b7a8d732f4e9bbdeb50c68dd718d53d00.tar.xz
ansible-1f02d92b7a8d732f4e9bbdeb50c68dd718d53d00.zip
Adding upstream version 10.0.0+dfsg.upstream/10.0.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/ise/plugins/modules/licensing_tier_state_create.py')
-rw-r--r--ansible_collections/cisco/ise/plugins/modules/licensing_tier_state_create.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/ansible_collections/cisco/ise/plugins/modules/licensing_tier_state_create.py b/ansible_collections/cisco/ise/plugins/modules/licensing_tier_state_create.py
index fe66204bd..930633f54 100644
--- a/ansible_collections/cisco/ise/plugins/modules/licensing_tier_state_create.py
+++ b/ansible_collections/cisco/ise/plugins/modules/licensing_tier_state_create.py
@@ -21,14 +21,14 @@ options:
elements: dict
suboptions:
name:
- description: Licensing Tier State Create's name.
+ description: License tier list.
type: str
status:
- description: Licensing Tier State Create's status.
+ description: Current Smart Licensing State.
type: str
type: list
requirements:
-- ciscoisesdk >= 2.1.1
+- ciscoisesdk >= 2.2.1
- python >= 3.5
seealso:
- name: Cisco ISE documentation for Licensing
@@ -63,13 +63,13 @@ ise_response:
type: dict
sample: >
{
+ "version": "string",
"response": [
{
- "message": "string",
"name": "string",
- "status": "string"
+ "status": "string",
+ "message": "string"
}
- ],
- "version": "string"
+ ]
}
"""