added url and metadata

This commit is contained in:
Brian Coca 2017-02-08 09:48:59 -05:00
parent 82337cf52a
commit d0bc98bddb

View file

@ -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 ]