Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various lookup plugins: Fix docs fields #331

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/lookup/cluster_moid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


DOCUMENTATION = r"""
lookup: cluster_moid
name: cluster_moid
short_description: Look up MoID for vSphere cluster objects using vCenter REST API
description:
- Returns Managed Object Reference (MoID) of the vSphere cluster object contained in the specified path.
author:
- Alina Buzachis <@alinabuzachis>
- Alina Buzachis (@alinabuzachis)
version_added: 2.1.0
requirements:
- vSphere 7.0.2 or greater
Expand Down
4 changes: 2 additions & 2 deletions plugins/lookup/datacenter_moid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


DOCUMENTATION = r"""
lookup: datacenter_moid
name: datacenter_moid
short_description: Look up MoID for vSphere datacenter objects using vCenter REST API
description:
- Returns Managed Object Reference (MoID) of the vSphere datacenter object contained in the specified path.
author:
- Alina Buzachis <@alinabuzachis>
- Alina Buzachis (@alinabuzachis)
version_added: 2.1.0
requirements:
- vSphere 7.0.2 or greater
Expand Down
4 changes: 2 additions & 2 deletions plugins/lookup/datastore_moid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


DOCUMENTATION = r"""
lookup: datastore_moid
name: datastore_moid
short_description: Look up MoID for vSphere datastore objects using vCenter REST API
description:
- Returns Managed Object Reference (MoID) of the vSphere datastore object object contained in the specified path.
author:
- Alina Buzachis <@alinabuzachis>
- Alina Buzachis (@alinabuzachis)
version_added: 2.1.0
requirements:
- vSphere 7.0.2 or greater
Expand Down
4 changes: 2 additions & 2 deletions plugins/lookup/folder_moid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


DOCUMENTATION = r"""
lookup: folder_moid
name: folder_moid
short_description: Look up MoID for vSphere folder objects using vCenter REST API
description:
- Returns Managed Object Reference (MoID) of the vSphere folder object contained in the specified path.
author:
- Alina Buzachis <@alinabuzachis>
- Alina Buzachis (@alinabuzachis)
version_added: 2.1.0
requirements:
- vSphere 7.0.2 or greater
Expand Down
4 changes: 2 additions & 2 deletions plugins/lookup/host_moid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


DOCUMENTATION = r"""
lookup: host_moid
name: host_moid
short_description: Look up MoID for vSphere host objects using vCenter REST API
description:
- Returns Managed Object Reference (MoID) of the vSphere host object contained in the specified path.
author:
- Alina Buzachis <@alinabuzachis>
- Alina Buzachis (@alinabuzachis)
version_added: 2.1.0
requirements:
- vSphere 7.0.2 or greater
Expand Down
4 changes: 2 additions & 2 deletions plugins/lookup/network_moid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


DOCUMENTATION = r"""
lookup: network_moid
name: network_moid
short_description: Look up MoID for vSphere network objects using vCenter REST API
description:
- Returns Managed Object Reference (MoID) of the vSphere network object contained in the specified path.
author:
- Alina Buzachis <@alinabuzachis>
- Alina Buzachis (@alinabuzachis)
version_added: 2.1.0
requirements:
- vSphere 7.0.2 or greater
Expand Down
4 changes: 2 additions & 2 deletions plugins/lookup/resource_pool_moid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


DOCUMENTATION = r"""
lookup: resource_pool_moid
name: resource_pool_moid
short_description: Look up MoID for vSphere resource pool objects using vCenter REST API
description:
- Returns Managed Object Reference (MoID) of the vSphere resource pool object contained in the specified path.
author:
- Alina Buzachis <@alinabuzachis>
- Alina Buzachis (@alinabuzachis)
version_added: 2.1.0
requirements:
- vSphere 7.0.2 or greater
Expand Down
4 changes: 2 additions & 2 deletions plugins/lookup/vm_moid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


DOCUMENTATION = r"""
lookup: vm_moid
name: vm_moid
short_description: Look up MoID for vSphere vm objects using vCenter REST API
description:
- Returns Managed Object Reference (MoID) of the vSphere vm object contained in the specified path.
author:
- Alina Buzachis <@alinabuzachis>
- Alina Buzachis (@alinabuzachis)
version_added: 2.1.0
requirements:
- vSphere 7.0.2 or greater
Expand Down