Skip to content
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
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec
The Intersight.PowerShell cmdlets are generated based on the Cisco Intersight OpenAPI 3.x specification. The latest specification can be downloaded from [here](https://intersight.com/apidocs/downloads/).
The Cisco Intersight.PowerShell module is updated frequently to be in sync with the OpenAPI version deployed at https://intersight.com

- Intersight.PowerShell version: 1.0.11.18369
- C# SDK version: 1.0.11.18369
- Intersight.PowerShell version: 1.0.11.18534
- C# SDK version: 1.0.11.18534
For more information, please visit [https://intersight.com/help](https://intersight.com/help)


Expand Down Expand Up @@ -115,7 +115,7 @@ Import-Module -Name '.\Intersight.PowerShell' -Verbose
<a name="uninstall-psmodule"></a>
### 1.2.3 Uninstall Intersight.PowerShell
```powershell
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.18369"}
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.18534"}
```
or

Expand Down Expand Up @@ -2194,6 +2194,8 @@ NiatelemetryDcnmFexDetails | [**Get-IntersightNiatelemetryDcnmFexDetails**](docs
NiatelemetryDcnmModuleDetails | [**Get-IntersightNiatelemetryDcnmModuleDetails**](docs/Get-IntersightNiatelemetryDcnmModuleDetails.md) | Read a 'NiatelemetryDcnmModuleDetails' resource.
NiatelemetryDcnmPsuDetails | [**Get-IntersightNiatelemetryDcnmPsuDetails**](docs/Get-IntersightNiatelemetryDcnmPsuDetails.md) | Read a 'NiatelemetryDcnmPsuDetails' resource.
NiatelemetryDcnmTransceiverDetails | [**Get-IntersightNiatelemetryDcnmTransceiverDetails**](docs/Get-IntersightNiatelemetryDcnmTransceiverDetails.md) | Read a 'NiatelemetryDcnmTransceiverDetails' resource.
NiatelemetryDomInfoObject | [**Get-IntersightNiatelemetryDomInfoObject**](docs/Get-IntersightNiatelemetryDomInfoObject.md) | Read a 'NiatelemetryDomInfoObject' resource.
NiatelemetryDomThresInfoObject | [**Get-IntersightNiatelemetryDomThresInfoObject**](docs/Get-IntersightNiatelemetryDomThresInfoObject.md) | Read a 'NiatelemetryDomThresInfoObject' resource.
NiatelemetryEpg | [**Get-IntersightNiatelemetryEpg**](docs/Get-IntersightNiatelemetryEpg.md) | Read a 'NiatelemetryEpg' resource.
NiatelemetryFabricModuleDetails | [**Get-IntersightNiatelemetryFabricModuleDetails**](docs/Get-IntersightNiatelemetryFabricModuleDetails.md) | Read a 'NiatelemetryFabricModuleDetails' resource.
NiatelemetryFabricNodeControlDetails | [**Get-IntersightNiatelemetryFabricNodeControlDetails**](docs/Get-IntersightNiatelemetryFabricNodeControlDetails.md) | Read a 'NiatelemetryFabricNodeControlDetails' resource.
Expand Down Expand Up @@ -2759,10 +2761,6 @@ TechsupportmanagementCollectionControlPolicy | [**Remove-IntersightTechsupportma
TechsupportmanagementTechSupportBundle | [**Remove-IntersightTechsupportmanagementTechSupportBundle**](docs/Remove-IntersightTechsupportmanagementTechSupportBundle.md) | Delete a 'TechsupportmanagementTechSupportBundle' resource.
TechsupportmanagementCollectionControlPolicy | [**Set-IntersightTechsupportmanagementCollectionControlPolicy**](docs/Set-IntersightTechsupportmanagementCollectionControlPolicy.md) | Update a 'TechsupportmanagementCollectionControlPolicy' resource.
TerminalAuditLog | [**Get-IntersightTerminalAuditLog**](docs/Get-IntersightTerminalAuditLog.md) | Read a 'TerminalAuditLog' resource.
TerraformExecutor | [**Get-IntersightTerraformExecutor**](docs/Get-IntersightTerraformExecutor.md) | Read a 'TerraformExecutor' resource.
TerraformExecutor | [**New-IntersightTerraformExecutor**](docs/New-IntersightTerraformExecutor.md) | Create a 'TerraformExecutor' resource.
TerraformExecutor | [**Remove-IntersightTerraformExecutor**](docs/Remove-IntersightTerraformExecutor.md) | Delete a 'TerraformExecutor' resource.
TerraformExecutor | [**Set-IntersightTerraformExecutor**](docs/Set-IntersightTerraformExecutor.md) | Update a 'TerraformExecutor' resource.
ThermalPolicy | [**Get-IntersightThermalPolicy**](docs/Get-IntersightThermalPolicy.md) | Read a 'ThermalPolicy' resource.
ThermalPolicyInventory | [**Get-IntersightThermalPolicyInventory**](docs/Get-IntersightThermalPolicyInventory.md) | Read a 'ThermalPolicyInventory' resource.
ThermalPolicy | [**New-IntersightThermalPolicy**](docs/New-IntersightThermalPolicy.md) | Create a 'ThermalPolicy' resource.
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $manifestParam = @{
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
Author = "Cisco Systems"
CompanyName = "Cisco Systems"
ModuleVersion = "1.0.11.18369"
ModuleVersion = "1.0.11.18534"
Copyright = "(c) 2023 Cisco Systems, Inc. All rights reserved."
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt"
ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell"
Expand All @@ -58,7 +58,7 @@ $manifestParam = @{
PowerShellVersion = "7.3.3"
CmdletsToExport = $commandList
Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.18369
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.18534

Changelog:-
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ online version:
schema: 2.0.0
---

# Get-IntersightTerraformExecutor
# Get-IntersightNiatelemetryDomInfoObject

## SYNOPSIS
Get the TerraformExecutor
Get the NiatelemetryDomInfoObject

## SYNTAX

### CmdletParam (Default)
```
Get-IntersightTerraformExecutor [-Name <String>] [-Organization <OrganizationOrganizationRelationship>]
Get-IntersightNiatelemetryDomInfoObject [-Name <String>] [-Organization <OrganizationOrganizationRelationship>]
[<CommonParameters>]
```

### QueryParam
```
Get-IntersightTerraformExecutor [-Count <Boolean>] [-InlineCount <String>] [-Select <String>] [-Filter <String>]
Get-IntersightNiatelemetryDomInfoObject [-Count <Boolean>] [-InlineCount <String>] [-Select <String>] [-Filter <String>]
[-Expand <String>] [-Skip <Int32>] [-Top <Int32>] [-At <String>] [-Orderby <String>] [-Apply <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;TerraformExecutor&apos; resource.,
Read a &apos;NiatelemetryDomInfoObject&apos; resource.,

Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
Expand All @@ -34,27 +34,27 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t

### Example 1
```powershell
PS C:\> $result = Get-IntersightTerraformExecutor
PS C:\> $result = Get-IntersightNiatelemetryDomInfoObject
```
Above example returns the list of TerraformExecutor.
Above example returns the list of NiatelemetryDomInfoObject.

### Example 2
```powershell
PS C:\> $result = Get-IntersightTerraformExecutor -Name "MoName"
PS C:\> $result = Get-IntersightNiatelemetryDomInfoObject -Name "MoName"
```
Above example returns the TerraformExecutor matched with name.
Above example returns the NiatelemetryDomInfoObject matched with name.

### Example 3
```powershell
PS C:\> $result = Get-IntersightTerraformExecutor -Organization $organization
PS C:\> $result = Get-IntersightNiatelemetryDomInfoObject -Organization $organization
```
Above example returns the list of TerraformExecutor available under the $organization .
Above example returns the list of NiatelemetryDomInfoObject available under the $organization .

### Example 4
```powershell
PS C:\> $result = Get-IntersightTerraformExecutor -InlineCount allpages
PS C:\> $result = Get-IntersightNiatelemetryDomInfoObject -InlineCount allpages
```
Above example returns the list of TerraformExecutor along with count.
Above example returns the list of NiatelemetryDomInfoObject along with count.

## PARAMETERS

Expand Down Expand Up @@ -164,7 +164,7 @@ Accept wildcard characters: False
```

### -Name
Specifies the name of the TerraformExecutor.
Specifies the name of the NiatelemetryDomInfoObject.

```yaml
Type: String
Expand Down Expand Up @@ -194,7 +194,7 @@ Accept wildcard characters: False
```

### -Organization
Specifies the organization, to fetch the TerraformExecutor under it.
Specifies the organization, to fetch the NiatelemetryDomInfoObject under it.

```yaml
Type: OrganizationOrganizationRelationship
Expand Down Expand Up @@ -284,9 +284,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[New-IntersightTerraformExecutor](./New-IntersightTerraformExecutor.md)

[Remove-IntersightTerraformExecutor](./Remove-IntersightTerraformExecutor.md)

[Set-IntersightTerraformExecutor](./Set-IntersightTerraformExecutor.md)

Loading