mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
added url and metadata
This commit is contained in:
@@ -36,6 +36,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_AVI = False
|
HAS_AVI = False
|
||||||
|
|
||||||
|
ANSIBLE_METADATA = {'status': ['preview'], 'supported_by': 'community', 'version': '1.0'}
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
@@ -44,7 +45,7 @@ author: Gaurav Rastogi (grastogi@avinetworks.com)
|
|||||||
|
|
||||||
short_description: Avi API Module
|
short_description: Avi API Module
|
||||||
description:
|
description:
|
||||||
- This module can be used for calling any resources defined in Avi REST API.
|
- This module can be used for calling any resources defined in Avi REST API. U(https://avinetworks.com/)
|
||||||
- This module is useful for invoking HTTP Patch methods and accessing resources that do not have an REST object associated with them.
|
- This module is useful for invoking HTTP Patch methods and accessing resources that do not have an REST object associated with them.
|
||||||
version_added: 2.3
|
version_added: 2.3
|
||||||
requirements: [ avisdk ]
|
requirements: [ avisdk ]
|
||||||
|
|||||||
Reference in New Issue
Block a user