@@ -9,8 +9,8 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec
9
9
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/ ) .
10
10
The Cisco Intersight.PowerShell module is updated frequently to be in sync with the OpenAPI version deployed at https://intersight.com
11
11
12
- - Intersight.PowerShell version: 1.0.11.2024101709
13
- - C# SDK version: 1.0.11.2024101709
12
+ - Intersight.PowerShell version: 1.0.11.2024112619
13
+ - C# SDK version: 1.0.11.2024112619
14
14
For more information, please visit [ https://intersight.com/help ] ( https://intersight.com/help )
15
15
16
16
@@ -115,7 +115,7 @@ Import-Module -Name '.\Intersight.PowerShell' -Verbose
115
115
<a name =" uninstall-psmodule " ></a >
116
116
### 1.2.3 Uninstall Intersight.PowerShell
117
117
``` powershell
118
- Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2024101709 "}
118
+ Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2024112619 "}
119
119
```
120
120
or
121
121
@@ -345,6 +345,8 @@ The cmdlets follow Get-Intersight<MO> naming pattern.
345
345
When the Get cmdlet is used without any parameter, it returns list of objects.
346
346
The return type is a collection, even when there is a single object.
347
347
348
+ ** NOTE** A maximum of 10,000 objects can be retrieved by Get cmdlets in a single invocation.
349
+
348
350
349
351
``` powershell
350
352
PS C:\> $list = Get-IntersightNtpPolicy
@@ -1495,10 +1497,34 @@ ForecastCatalog | [**Get-IntersightForecastCatalog**](docs/Get-IntersightForecas
1495
1497
ForecastDefinition | [ ** Get-IntersightForecastDefinition** ] ( docs/Get-IntersightForecastDefinition.md ) | Read a 'ForecastDefinition' resource.
1496
1498
ForecastInstance | [ ** Get-IntersightForecastInstance** ] ( docs/Get-IntersightForecastInstance.md ) | Read a 'ForecastInstance' resource.
1497
1499
ForecastInstance | [ ** Set-IntersightForecastInstance** ] ( docs/Set-IntersightForecastInstance.md ) | Update a 'ForecastInstance' resource.
1500
+ FunctionsFunction | [ ** Get-IntersightFunctionsFunction** ] ( docs/Get-IntersightFunctionsFunction.md ) | Read a 'FunctionsFunction' resource.
1501
+ FunctionsRuntime | [ ** Get-IntersightFunctionsRuntime** ] ( docs/Get-IntersightFunctionsRuntime.md ) | Read a 'FunctionsRuntime' resource.
1502
+ FunctionsUpload | [ ** Get-IntersightFunctionsUpload** ] ( docs/Get-IntersightFunctionsUpload.md ) | Read a 'FunctionsUpload' resource.
1503
+ FunctionsFunction | [ ** New-IntersightFunctionsFunction** ] ( docs/New-IntersightFunctionsFunction.md ) | Create a 'FunctionsFunction' resource.
1504
+ FunctionsRuntime | [ ** New-IntersightFunctionsRuntime** ] ( docs/New-IntersightFunctionsRuntime.md ) | Create a 'FunctionsRuntime' resource.
1505
+ FunctionsUpload | [ ** New-IntersightFunctionsUpload** ] ( docs/New-IntersightFunctionsUpload.md ) | Create a 'FunctionsUpload' resource.
1506
+ FunctionsFunction | [ ** Remove-IntersightFunctionsFunction** ] ( docs/Remove-IntersightFunctionsFunction.md ) | Delete a 'FunctionsFunction' resource.
1507
+ FunctionsRuntime | [ ** Remove-IntersightFunctionsRuntime** ] ( docs/Remove-IntersightFunctionsRuntime.md ) | Delete a 'FunctionsRuntime' resource.
1508
+ FunctionsUpload | [ ** Remove-IntersightFunctionsUpload** ] ( docs/Remove-IntersightFunctionsUpload.md ) | Delete a 'FunctionsUpload' resource.
1509
+ FunctionsFunction | [ ** Set-IntersightFunctionsFunction** ] ( docs/Set-IntersightFunctionsFunction.md ) | Update a 'FunctionsFunction' resource.
1510
+ FunctionsRuntime | [ ** Set-IntersightFunctionsRuntime** ] ( docs/Set-IntersightFunctionsRuntime.md ) | Update a 'FunctionsRuntime' resource.
1511
+ FunctionsUpload | [ ** Set-IntersightFunctionsUpload** ] ( docs/Set-IntersightFunctionsUpload.md ) | Update a 'FunctionsUpload' resource.
1498
1512
GraphicsCard | [ ** Get-IntersightGraphicsCard** ] ( docs/Get-IntersightGraphicsCard.md ) | Read a 'GraphicsCard' resource.
1499
1513
GraphicsController | [ ** Get-IntersightGraphicsController** ] ( docs/Get-IntersightGraphicsController.md ) | Read a 'GraphicsController' resource.
1500
1514
GraphicsCard | [ ** Set-IntersightGraphicsCard** ] ( docs/Set-IntersightGraphicsCard.md ) | Update a 'GraphicsCard' resource.
1501
1515
GraphicsController | [ ** Set-IntersightGraphicsController** ] ( docs/Set-IntersightGraphicsController.md ) | Update a 'GraphicsController' resource.
1516
+ HciAlarm | [ ** Get-IntersightHciAlarm** ] ( docs/Get-IntersightHciAlarm.md ) | Read a 'HciAlarm' resource.
1517
+ HciCluster | [ ** Get-IntersightHciCluster** ] ( docs/Get-IntersightHciCluster.md ) | Read a 'HciCluster' resource.
1518
+ HciCompliance | [ ** Get-IntersightHciCompliance** ] ( docs/Get-IntersightHciCompliance.md ) | Read a 'HciCompliance' resource.
1519
+ HciDisk | [ ** Get-IntersightHciDisk** ] ( docs/Get-IntersightHciDisk.md ) | Read a 'HciDisk' resource.
1520
+ HciDomainManager | [ ** Get-IntersightHciDomainManager** ] ( docs/Get-IntersightHciDomainManager.md ) | Read a 'HciDomainManager' resource.
1521
+ HciEntitlement | [ ** Get-IntersightHciEntitlement** ] ( docs/Get-IntersightHciEntitlement.md ) | Read a 'HciEntitlement' resource.
1522
+ HciGpu | [ ** Get-IntersightHciGpu** ] ( docs/Get-IntersightHciGpu.md ) | Read a 'HciGpu' resource.
1523
+ HciLicense | [ ** Get-IntersightHciLicense** ] ( docs/Get-IntersightHciLicense.md ) | Read a 'HciLicense' resource.
1524
+ HciNode | [ ** Get-IntersightHciNode** ] ( docs/Get-IntersightHciNode.md ) | Read a 'HciNode' resource.
1525
+ HciViolation | [ ** Get-IntersightHciViolation** ] ( docs/Get-IntersightHciViolation.md ) | Read a 'HciViolation' resource.
1526
+ HciCluster | [ ** Set-IntersightHciCluster** ] ( docs/Set-IntersightHciCluster.md ) | Update a 'HciCluster' resource.
1527
+ HciNode | [ ** Set-IntersightHciNode** ] ( docs/Set-IntersightHciNode.md ) | Update a 'HciNode' resource.
1502
1528
HclDriverImage | [ ** Get-IntersightHclDriverImage** ] ( docs/Get-IntersightHclDriverImage.md ) | Read a 'HclDriverImage' resource.
1503
1529
HclExemptedCatalog | [ ** Get-IntersightHclExemptedCatalog** ] ( docs/Get-IntersightHclExemptedCatalog.md ) | Read a 'HclExemptedCatalog' resource.
1504
1530
HclHwCatalogInfo | [ ** Get-IntersightHclHwCatalogInfo** ] ( docs/Get-IntersightHclHwCatalogInfo.md ) | Read a 'HclHwCatalogInfo' resource.
@@ -2421,13 +2447,17 @@ ResourcepoolLeaseResource | [**Get-IntersightResourcepoolLeaseResource**](docs/G
2421
2447
ResourcepoolMembershipReservation | [ ** Get-IntersightResourcepoolMembershipReservation** ] ( docs/Get-IntersightResourcepoolMembershipReservation.md ) | Read a 'ResourcepoolMembershipReservation' resource.
2422
2448
ResourcepoolPool | [ ** Get-IntersightResourcepoolPool** ] ( docs/Get-IntersightResourcepoolPool.md ) | Read a 'ResourcepoolPool' resource.
2423
2449
ResourcepoolPoolMember | [ ** Get-IntersightResourcepoolPoolMember** ] ( docs/Get-IntersightResourcepoolPoolMember.md ) | Read a 'ResourcepoolPoolMember' resource.
2450
+ ResourcepoolQualificationPolicy | [ ** Get-IntersightResourcepoolQualificationPolicy** ] ( docs/Get-IntersightResourcepoolQualificationPolicy.md ) | Read a 'ResourcepoolQualificationPolicy' resource.
2424
2451
ResourcepoolUniverse | [ ** Get-IntersightResourcepoolUniverse** ] ( docs/Get-IntersightResourcepoolUniverse.md ) | Read a 'ResourcepoolUniverse' resource.
2425
2452
ResourcepoolPool | [ ** New-IntersightResourcepoolPool** ] ( docs/New-IntersightResourcepoolPool.md ) | Create a 'ResourcepoolPool' resource.
2453
+ ResourcepoolQualificationPolicy | [ ** New-IntersightResourcepoolQualificationPolicy** ] ( docs/New-IntersightResourcepoolQualificationPolicy.md ) | Create a 'ResourcepoolQualificationPolicy' resource.
2426
2454
ResourcepoolLease | [ ** Remove-IntersightResourcepoolLease** ] ( docs/Remove-IntersightResourcepoolLease.md ) | Delete a 'ResourcepoolLease' resource.
2427
2455
ResourcepoolMembershipReservation | [ ** Remove-IntersightResourcepoolMembershipReservation** ] ( docs/Remove-IntersightResourcepoolMembershipReservation.md ) | Delete a 'ResourcepoolMembershipReservation' resource.
2428
2456
ResourcepoolPool | [ ** Remove-IntersightResourcepoolPool** ] ( docs/Remove-IntersightResourcepoolPool.md ) | Delete a 'ResourcepoolPool' resource.
2457
+ ResourcepoolQualificationPolicy | [ ** Remove-IntersightResourcepoolQualificationPolicy** ] ( docs/Remove-IntersightResourcepoolQualificationPolicy.md ) | Delete a 'ResourcepoolQualificationPolicy' resource.
2429
2458
ResourcepoolMembershipReservation | [ ** Set-IntersightResourcepoolMembershipReservation** ] ( docs/Set-IntersightResourcepoolMembershipReservation.md ) | Update a 'ResourcepoolMembershipReservation' resource.
2430
2459
ResourcepoolPool | [ ** Set-IntersightResourcepoolPool** ] ( docs/Set-IntersightResourcepoolPool.md ) | Update a 'ResourcepoolPool' resource.
2460
+ ResourcepoolQualificationPolicy | [ ** Set-IntersightResourcepoolQualificationPolicy** ] ( docs/Set-IntersightResourcepoolQualificationPolicy.md ) | Update a 'ResourcepoolQualificationPolicy' resource.
2431
2461
RproxyReverseProxy | [ ** New-IntersightRproxyReverseProxy** ] ( docs/New-IntersightRproxyReverseProxy.md ) | Create a 'RproxyReverseProxy' resource.
2432
2462
SchedulerTaskResult | [ ** Get-IntersightSchedulerTaskResult** ] ( docs/Get-IntersightSchedulerTaskResult.md ) | Read a 'SchedulerTaskResult' resource.
2433
2463
SchedulerTaskSchedule | [ ** Get-IntersightSchedulerTaskSchedule** ] ( docs/Get-IntersightSchedulerTaskSchedule.md ) | Read a 'SchedulerTaskSchedule' resource.
@@ -2745,6 +2775,7 @@ TamSecurityAdvisory | [**Set-IntersightTamSecurityAdvisory**](docs/Set-Intersigh
2745
2775
TaskWorkflowAction | [ ** Get-IntersightTaskWorkflowAction** ] ( docs/Get-IntersightTaskWorkflowAction.md ) | Read a 'TaskWorkflowAction' resource.
2746
2776
TaskCatalystSdwanScopedInventory | [ ** New-IntersightTaskCatalystSdwanScopedInventory** ] ( docs/New-IntersightTaskCatalystSdwanScopedInventory.md ) | Create a 'TaskCatalystSdwanScopedInventory' resource.
2747
2777
TaskFabricMosScopedInventory | [ ** New-IntersightTaskFabricMosScopedInventory** ] ( docs/New-IntersightTaskFabricMosScopedInventory.md ) | Create a 'TaskFabricMosScopedInventory' resource.
2778
+ TaskHciScopedInventory | [ ** New-IntersightTaskHciScopedInventory** ] ( docs/New-IntersightTaskHciScopedInventory.md ) | Create a 'TaskHciScopedInventory' resource.
2748
2779
TaskHitachiScopedInventory | [ ** New-IntersightTaskHitachiScopedInventory** ] ( docs/New-IntersightTaskHitachiScopedInventory.md ) | Create a 'TaskHitachiScopedInventory' resource.
2749
2780
TaskHyperFlexManagementScopedInventory | [ ** New-IntersightTaskHyperFlexManagementScopedInventory** ] ( docs/New-IntersightTaskHyperFlexManagementScopedInventory.md ) | Create a 'TaskHyperFlexManagementScopedInventory' resource.
2750
2781
TaskHyperflexScopedInventory | [ ** New-IntersightTaskHyperflexScopedInventory** ] ( docs/New-IntersightTaskHyperflexScopedInventory.md ) | Create a 'TaskHyperflexScopedInventory' resource.
@@ -2931,6 +2962,14 @@ VrfVrf | [**Get-IntersightVrfVrf**](docs/Get-IntersightVrfVrf.md) | Read a 'VrfV
2931
2962
VrfVrf | [ ** New-IntersightVrfVrf** ] ( docs/New-IntersightVrfVrf.md ) | Create a 'VrfVrf' resource.
2932
2963
VrfVrf | [ ** Remove-IntersightVrfVrf** ] ( docs/Remove-IntersightVrfVrf.md ) | Delete a 'VrfVrf' resource.
2933
2964
VrfVrf | [ ** Set-IntersightVrfVrf** ] ( docs/Set-IntersightVrfVrf.md ) | Update a 'VrfVrf' resource.
2965
+ WebhookEndpoint | [ ** Get-IntersightWebhookEndpoint** ] ( docs/Get-IntersightWebhookEndpoint.md ) | Read a 'WebhookEndpoint' resource.
2966
+ WebhookSchema | [ ** Get-IntersightWebhookSchema** ] ( docs/Get-IntersightWebhookSchema.md ) | Read a 'WebhookSchema' resource.
2967
+ WebhookEndpoint | [ ** New-IntersightWebhookEndpoint** ] ( docs/New-IntersightWebhookEndpoint.md ) | Create a 'WebhookEndpoint' resource.
2968
+ WebhookSchema | [ ** New-IntersightWebhookSchema** ] ( docs/New-IntersightWebhookSchema.md ) | Create a 'WebhookSchema' resource.
2969
+ WebhookEndpoint | [ ** Remove-IntersightWebhookEndpoint** ] ( docs/Remove-IntersightWebhookEndpoint.md ) | Delete a 'WebhookEndpoint' resource.
2970
+ WebhookSchema | [ ** Remove-IntersightWebhookSchema** ] ( docs/Remove-IntersightWebhookSchema.md ) | Delete a 'WebhookSchema' resource.
2971
+ WebhookEndpoint | [ ** Set-IntersightWebhookEndpoint** ] ( docs/Set-IntersightWebhookEndpoint.md ) | Update a 'WebhookEndpoint' resource.
2972
+ WebhookSchema | [ ** Set-IntersightWebhookSchema** ] ( docs/Set-IntersightWebhookSchema.md ) | Update a 'WebhookSchema' resource.
2934
2973
WorkflowAnsibleBatchExecutor | [ ** Get-IntersightWorkflowAnsibleBatchExecutor** ] ( docs/Get-IntersightWorkflowAnsibleBatchExecutor.md ) | Read a 'WorkflowAnsibleBatchExecutor' resource.
2935
2974
WorkflowBatchApiExecutor | [ ** Get-IntersightWorkflowBatchApiExecutor** ] ( docs/Get-IntersightWorkflowBatchApiExecutor.md ) | Read a 'WorkflowBatchApiExecutor' resource.
2936
2975
WorkflowCatalog | [ ** Get-IntersightWorkflowCatalog** ] ( docs/Get-IntersightWorkflowCatalog.md ) | Read a 'WorkflowCatalog' resource.
0 commit comments