added url and metadata
This commit is contained in:
parent
82337cf52a
commit
d0bc98bddb
1 changed files with 2 additions and 1 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue