Skip to content

Commit 1efba10

Browse files
authored
refreshing sdk for intersight version 1.0.11-20250303095210683 (#190)
1 parent 362e949 commit 1efba10

File tree

78 files changed

+2109
-579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2109
-579
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec
99
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/).
1010
The Cisco Intersight.PowerShell module is updated frequently to be in sync with the OpenAPI version deployed at https://intersight.com
1111

12-
- Intersight.PowerShell version: 1.0.11.2025021903
13-
- C# SDK version: 1.0.11.2025021903
12+
- Intersight.PowerShell version: 1.0.11.2025030309
13+
- C# SDK version: 1.0.11.2025030309
1414
For more information, please visit [https://intersight.com/help](https://intersight.com/help)
1515

1616

@@ -115,7 +115,7 @@ Import-Module -Name '.\Intersight.PowerShell' -Verbose
115115
<a name="uninstall-psmodule"></a>
116116
### 1.2.3 Uninstall Intersight.PowerShell
117117
```powershell
118-
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2025021903"}
118+
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2025030309"}
119119
```
120120
or
121121

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $manifestParam = @{
4949
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
5050
Author = "Cisco Systems"
5151
CompanyName = "Cisco Systems"
52-
ModuleVersion = "1.0.11.2025021903"
52+
ModuleVersion = "1.0.11.2025030309"
5353
Copyright = "(c) 2025 Cisco Systems, Inc. All rights reserved."
5454
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt"
5555
ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell"
@@ -58,7 +58,7 @@ $manifestParam = @{
5858
PowerShellVersion = "7.4.0"
5959
CmdletsToExport = $commandList
6060
Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
61-
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2025021903
61+
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2025030309
6262
6363
Changelog:-
6464
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md

docs/Initialize-IntersightBiosPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ Accept wildcard characters: False
865865
```
866866

867867
### -CbsCmnMemMapBankInterleaveDdr4
868-
BIOS Token for setting Chipset Interleave configuration.\n* `platform-default` - Default value used by the platform for the BIOS setting.\n* `Auto` - Value - Auto for configuring CbsCmnMemMapBankInterleaveDdr4 token.\n* `disabled` - Value - disabled for configuring CbsCmnMemMapBankInterleaveDdr4 token.\n* `enabled` - Value - enabled for configuring CbsCmnMemMapBankInterleaveDdr4 token.
868+
BIOS Token for setting Chipset Interleave configuration.\n* `platform-default` - Default value used by the platform for the BIOS setting.\n* `Auto` - Value - Auto for configuring CbsCmnMemMapBankInterleaveDdr4 token.\n* `disabled` - Value - disabled for configuring CbsCmnMemMapBankInterleaveDdr4 token.\n* `Enabled` - Value - Enabled for configuring CbsCmnMemMapBankInterleaveDdr4 token.
869869

870870
```yaml
871871
Type: BiosPolicy.CbsCmnMemMapBankInterleaveDdr4Enum

docs/Initialize-IntersightMotemplateActionParam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Accept wildcard characters: False
5555
```
5656
5757
### -Name
58-
The action parameter identifier. The supported values are SyncType and SyncTimer for the template sync action.\n* `None` - The default parameter that implies that no action parameter is required for the template action.\n* `SyncType` - The parameter that describes the type of sync action such as SyncAll, SyncOne or SyncFailed supported on any template or derived object.\n* `SyncTimer` - The parameter for the initial delay in seconds after which the sync action must be executed. The supported range is from 0 to 60 seconds.\n* `OverriddenList` - The parameter applicable in attach operation indicating the configurations that must override the template configurations.
58+
The action parameter identifier. The supported values are SyncType and SyncTimer for the template sync action.\n* `None` - The default parameter that implies that no action parameter is required for the template action.\n* `SyncType` - The parameter that describes the type of sync action such as SyncOne or SyncFailed supported on any template or derived object.\n* `SyncTimer` - The parameter for the initial delay in seconds after which the sync action must be executed. The supported range is from 0 to 60 seconds.\n* `OverriddenList` - The parameter applicable in attach operation indicating the configurations that must override the template configurations.
5959

6060
```yaml
6161
Type: MotemplateActionParam.NameEnum
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
```
8686

8787
### -Value
88-
The action parameter value is based on the action parameter type. Supported action parameters and their values are-\na) Name - SyncType, Supported Values - SyncAll, SyncFailed, SyncOne.\nb) Name - SyncTimer, Supported Values - 0 to 60 seconds.\nc) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
88+
The action parameter value is based on the action parameter type. Supported action parameters and their values are-\na) Name - SyncType, Supported Values - SyncFailed, SyncOne.\nb) Name - SyncTimer, Supported Values - 0 to 60 seconds.\nc) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
8989

9090
```yaml
9191
Type: string

docs/Initialize-IntersightServerProfile.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Fill in the Synopsis
1414

1515
```
1616
17-
Initialize-IntersightServerProfile [-Action< string>][-ActionParams< System.Collections.Generic.List`1[Model.PolicyActionParam]>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AssignedServer< Model.ComputePhysicalRelationship>][-AssociatedServerPool< Model.ResourcepoolPoolRelationship>][-ClassId< ServerProfile.ClassIdEnum>][-ConfigContext< Model.PolicyConfigContext>][-Description< string>][-LeasedServer< Model.ComputePhysicalRelationship>][-Moid< string>][-Name< string>][-ObjectType< ServerProfile.ObjectTypeEnum>][-Organization< Model.OrganizationOrganizationRelationship>][-PmcDeployedSecurePassphrase< string>][-PolicyBucket< System.Collections.Generic.List`1[Model.PolicyAbstractPolicyRelationship]>][-ReservationReferences< System.Collections.Generic.List`1[Model.PoolReservationReference]>][-ScheduledActions< System.Collections.Generic.List`1[Model.PolicyScheduledAction]>][-ServerAssignmentMode< ServerProfile.ServerAssignmentModeEnum>][-ServerPool< Model.ResourcepoolPoolRelationship>][-ServerPreAssignBySerial< string>][-ServerPreAssignBySlot< Model.ServerServerAssignTypeSlot>][-SrcTemplate< Model.PolicyAbstractProfileRelationship>][-StaticUuidAddress< string>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-TargetPlatform< ServerProfile.TargetPlatformEnum>][-Type< ServerProfile.TypeEnum>][-UserLabel< string>][-UuidAddressType< ServerProfile.UuidAddressTypeEnum>][-UuidPool< Model.UuidpoolPoolRelationship>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
17+
Initialize-IntersightServerProfile [-Action< string>][-ActionParams< System.Collections.Generic.List`1[Model.PolicyActionParam]>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AssignedServer< Model.ComputePhysicalRelationship>][-AssociatedServerPool< Model.ResourcepoolPoolRelationship>][-ClassId< ServerProfile.ClassIdEnum>][-ConfigContext< Model.PolicyConfigContext>][-Description< string>][-LeasedServer< Model.ComputePhysicalRelationship>][-Moid< string>][-Name< string>][-ObjectType< ServerProfile.ObjectTypeEnum>][-Organization< Model.OrganizationOrganizationRelationship>][-PmcDeployedSecurePassphrase< string>][-PolicyBucket< System.Collections.Generic.List`1[Model.PolicyAbstractPolicyRelationship]>][-ReservationReferences< System.Collections.Generic.List`1[Model.PoolReservationReference]>][-ScheduledActions< System.Collections.Generic.List`1[Model.PolicyScheduledAction]>][-ServerAssignmentMode< ServerProfile.ServerAssignmentModeEnum>][-ServerPool< Model.ResourcepoolPoolRelationship>][-ServerPreAssignBySerial< string>][-ServerPreAssignBySlot< Model.ServerServerAssignTypeSlot>][-SrcTemplate< Model.PolicyAbstractProfileRelationship>][-StaticUuidAddress< string>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-TargetPlatform< ServerProfile.TargetPlatformEnum>][-TemplateActions< System.Collections.Generic.List`1[Model.MotemplateActionEntry]>][-Type< ServerProfile.TypeEnum>][-UserLabel< string>][-UuidAddressType< ServerProfile.UuidAddressTypeEnum>][-UuidPool< Model.UuidpoolPoolRelationship>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
1818
1919
```
2020

@@ -432,6 +432,23 @@ Accept pipeline input: True True (ByPropertyName)
432432
Accept wildcard characters: False
433433
```
434434

435+
### -TemplateActions
436+
437+
438+
Note :- Use Initialize-IntersightMotemplateActionEntry to create the object of complex type MotemplateActionEntry
439+
440+
```yaml
441+
Type: System.Collections.Generic.List`1[Model.MotemplateActionEntry]
442+
Parameter Sets: (All)
443+
Aliases:
444+
445+
Required: false
446+
Position: Named
447+
Default value: None
448+
Accept pipeline input: True True (ByPropertyName)
449+
Accept wildcard characters: False
450+
```
451+
435452
### -Type
436453
Defines the type of the profile. Accepted values are instance or template.\n* `instance` - The profile defines the configuration for a specific instance of a target.
437454

@@ -554,6 +571,8 @@ PS C:\> Initialize-IntersightServerProfile
554571

555572
[Initialize-IntersightMoTag](./Initialize-IntersightMoTag.md)
556573

574+
[Initialize-IntersightMotemplateActionEntry](./Initialize-IntersightMotemplateActionEntry.md)
575+
557576
[Initialize-IntersightPolicyActionParam](./Initialize-IntersightPolicyActionParam.md)
558577

559578
[Initialize-IntersightPolicyConfigContext](./Initialize-IntersightPolicyConfigContext.md)

docs/Initialize-IntersightServerProfileTemplate.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Fill in the Synopsis
1414

1515
```
1616
17-
Initialize-IntersightServerProfileTemplate [-Action< string>][-ActionParams< System.Collections.Generic.List`1[Model.PolicyActionParam]>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< ServerProfileTemplate.ClassIdEnum>][-ConfigContext< Model.PolicyConfigContext>][-Description< string>][-Moid< string>][-Name< string>][-ObjectType< ServerProfileTemplate.ObjectTypeEnum>][-Organization< Model.OrganizationOrganizationRelationship>][-PolicyBucket< System.Collections.Generic.List`1[Model.PolicyAbstractPolicyRelationship]>][-ScheduledActions< System.Collections.Generic.List`1[Model.PolicyScheduledAction]>][-SrcTemplate< Model.PolicyAbstractProfileRelationship>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-TargetPlatform< ServerProfileTemplate.TargetPlatformEnum>][-Type< ServerProfileTemplate.TypeEnum>][-UuidAddressType< ServerProfileTemplate.UuidAddressTypeEnum>][-UuidPool< Model.UuidpoolPoolRelationship>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
17+
Initialize-IntersightServerProfileTemplate [-Action< string>][-ActionParams< System.Collections.Generic.List`1[Model.PolicyActionParam]>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< ServerProfileTemplate.ClassIdEnum>][-ConfigContext< Model.PolicyConfigContext>][-Description< string>][-EnableOverride< bool>][-Moid< string>][-Name< string>][-ObjectType< ServerProfileTemplate.ObjectTypeEnum>][-Organization< Model.OrganizationOrganizationRelationship>][-PolicyBucket< System.Collections.Generic.List`1[Model.PolicyAbstractPolicyRelationship]>][-ScheduledActions< System.Collections.Generic.List`1[Model.PolicyScheduledAction]>][-SrcTemplate< Model.PolicyAbstractProfileRelationship>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-TargetPlatform< ServerProfileTemplate.TargetPlatformEnum>][-TemplateActions< System.Collections.Generic.List`1[Model.MotemplateActionEntry]>][-Type< ServerProfileTemplate.TypeEnum>][-UuidAddressType< ServerProfileTemplate.UuidAddressTypeEnum>][-UuidPool< Model.UuidpoolPoolRelationship>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
1818
1919
```
2020

@@ -118,6 +118,21 @@ Accept pipeline input: True True (ByPropertyName)
118118
Accept wildcard characters: False
119119
```
120120
121+
### -EnableOverride
122+
When enabled, the configuration of the derived instances may override the template configuration.
123+
124+
```yaml
125+
Type: bool
126+
Parameter Sets: (All)
127+
Aliases:
128+
129+
Required: false
130+
Position: Named
131+
Default value: None
132+
Accept pipeline input: True True (ByPropertyName)
133+
Accept wildcard characters: False
134+
```
135+
121136
### -Moid
122137
The unique identifier of this Managed Object instance.
123138
@@ -266,6 +281,23 @@ Accept pipeline input: True True (ByPropertyName)
266281
Accept wildcard characters: False
267282
```
268283

284+
### -TemplateActions
285+
286+
287+
Note :- Use Initialize-IntersightMotemplateActionEntry to create the object of complex type MotemplateActionEntry
288+
289+
```yaml
290+
Type: System.Collections.Generic.List`1[Model.MotemplateActionEntry]
291+
Parameter Sets: (All)
292+
Aliases:
293+
294+
Required: false
295+
Position: Named
296+
Default value: None
297+
Accept pipeline input: True True (ByPropertyName)
298+
Accept wildcard characters: False
299+
```
300+
269301
### -Type
270302
Defines the type of the profile. Accepted values are instance or template.\n* `instance` - The profile defines the configuration for a specific instance of a target.
271303

@@ -373,6 +405,8 @@ PS C:\> Initialize-IntersightServerProfileTemplate
373405

374406
[Initialize-IntersightMoTag](./Initialize-IntersightMoTag.md)
375407

408+
[Initialize-IntersightMotemplateActionEntry](./Initialize-IntersightMotemplateActionEntry.md)
409+
376410
[Initialize-IntersightPolicyActionParam](./Initialize-IntersightPolicyActionParam.md)
377411

378412
[Initialize-IntersightPolicyConfigContext](./Initialize-IntersightPolicyConfigContext.md)
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
---
2+
external help file: Intersight.PowerShell.dll-Help.xml
3+
Module Name: Intersight.PowerShell
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Initialize-IntersightWorkflowBaseServiceItemActionProperty
9+
10+
## SYNOPSIS
11+
Fill in the Synopsis
12+
13+
## SYNTAX
14+
15+
```
16+
17+
Initialize-IntersightWorkflowBaseServiceItemActionProperty [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< WorkflowBaseServiceItemActionProperty.ClassIdEnum>][-ObjectType< WorkflowBaseServiceItemActionProperty.ObjectTypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
18+
19+
```
20+
21+
## DESCRIPTION
22+
23+
Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server.
24+
25+
## PARAMETERS
26+
27+
### -AdditionalProperties
28+
29+
30+
```yaml
31+
Type: System.Collections.Generic.Dictionary`2[string,object]
32+
Parameter Sets: (All)
33+
Aliases:
34+
35+
Required: false
36+
Position: Named
37+
Default value: None
38+
Accept pipeline input: True True (ByPropertyName)
39+
Accept wildcard characters: False
40+
```
41+
42+
### -ClassId
43+
The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.
44+
45+
```yaml
46+
Type: WorkflowBaseServiceItemActionProperty.ClassIdEnum
47+
Parameter Sets: (All)
48+
Aliases:
49+
50+
Required: false
51+
Position: Named
52+
Default value: None
53+
Accept pipeline input: True True (ByPropertyName)
54+
Accept wildcard characters: False
55+
```
56+
57+
### -ObjectType
58+
The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the &apos;ClassId&apos; property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.
59+
60+
```yaml
61+
Type: WorkflowBaseServiceItemActionProperty.ObjectTypeEnum
62+
Parameter Sets: (All)
63+
Aliases:
64+
65+
Required: false
66+
Position: Named
67+
Default value: None
68+
Accept pipeline input: True True (ByPropertyName)
69+
Accept wildcard characters: False
70+
```
71+
72+
### -Json
73+
Returns the json payload received in response.
74+
75+
```yaml
76+
Type: SwitchParameter
77+
Parameter Sets: (All)
78+
Aliases:
79+
80+
Required: false
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: True False
84+
Accept wildcard characters: False
85+
```
86+
87+
### -WithHttpInfo
88+
Returns the HTTP response with headers and content.
89+
90+
```yaml
91+
Type: SwitchParameter
92+
Parameter Sets: (All)
93+
Aliases:
94+
95+
Required: false
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: True False
99+
Accept wildcard characters: False
100+
```
101+
102+
103+
### CommonParameters
104+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
105+
106+
## EXAMPLES
107+
108+
### Example 1
109+
```powershell
110+
PS C:\> Initialize-IntersightWorkflowBaseServiceItemActionProperty
111+
```
112+
113+
{ Add example description here }
114+
115+
## INPUTS
116+
117+
### System.Int32
118+
119+
### System.String
120+
121+
## OUTPUTS
122+
123+
### TestModule.FavoriteStuff
124+
125+
## NOTES
126+
127+
## RELATED LINKS

0 commit comments

Comments
 (0)