| external help file | Module Name | online version | schema |
|---|---|---|---|
Intersight.PowerShell.dll-Help.xml |
Intersight.PowerShell |
2.0.0 |
Fill in the Synopsis
Set-IntersightOpenapiTaskGenerationRequest [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-EndpointType< OpenapiTaskGenerationRequest.EndpointTypeEnum>][-HeaderParameters< System.Collections.Generic.List`1[OpenapiKeyValuePair]>][-IsValidateRequest< bool>][[-Moid]< string>][-Organization< OrganizationOrganizationRelationship>][-Protocol< OpenapiTaskGenerationRequest.ProtocolEnum>][-QueryParameters< System.Collections.Generic.List`1[OpenapiKeyValuePair]>][-SelectedApis< System.Collections.Generic.List`1[OpenapiApiInfo]>][-Source< OpenapiProcessFileRelationship>][-Tags< System.Collections.Generic.List`1[MoTag]>][-TaskPrefix< string>][-TaskTags< System.Collections.Generic.List`1[OpenapiKeyValuePair]>][-Url< string>][-IfMatch< String>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
Update a 'OpenapiTaskGenerationRequest' resource.
Type: System.Collections.Generic.Dictionary`2[string,object]
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseIndicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.\n* External - Denotes that the target endpoint is an external API endpoint.\n* Internal - Denotes that the target endpoint is a Intersight API endpoint.
Type: OpenapiTaskGenerationRequest.EndpointTypeEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseNote :- Use Initialize-IntersightOpenapiKeyValuePair to create the object of complex type OpenapiKeyValuePair
Type: System.Collections.Generic.List`1[OpenapiKeyValuePair]
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseWhen this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
Type: bool
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseThe unique identifier of this Managed Object instance.
Type: string
Parameter Sets: (All)
Aliases:
Required: true
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseA reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.
Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef or use the cmdlet Initialize-IntersightMoMoRef.
Type: OrganizationOrganizationRelationship
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseSpecifies the REST API protocol being used, which can be one of HTTP or HTTPS.\n* HTTPS - Denotes that the API call uses the HTTPS protocol type\n* HTTP - Denotes that the API call uses the HTTP protocol type
Type: OpenapiTaskGenerationRequest.ProtocolEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseNote :- Use Initialize-IntersightOpenapiKeyValuePair to create the object of complex type OpenapiKeyValuePair
Type: System.Collections.Generic.List`1[OpenapiKeyValuePair]
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseNote :- Use Initialize-IntersightOpenapiApiInfo to create the object of complex type OpenapiApiInfo
Type: System.Collections.Generic.List`1[OpenapiApiInfo]
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseA reference to a openapiProcessFile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.
Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef or use the cmdlet Initialize-IntersightMoMoRef.
Type: OpenapiProcessFileRelationship
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseNote :- Use Initialize-IntersightMoTag to create the object of complex type MoTag
Type: System.Collections.Generic.List`1[MoTag]
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseOptional string that can be prefixed to the name of created tasks.
Type: string
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseNote :- Use Initialize-IntersightOpenapiKeyValuePair to create the object of complex type OpenapiKeyValuePair
Type: System.Collections.Generic.List`1[OpenapiKeyValuePair]
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseSpecifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
Type: string
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseFor methods that apply server-side changes, and in particular for PUT, If-Match can be used to prevent the lost update problem. It can check if the modification of a resource that the user wants to upload will not override another change that has been done since the original resource was fetched. If the request cannot be fulfilled, the 412 (Precondition Failed) response is returned. When modifying a resource using POST or PUT, the If-Match header must be set to the value of the resource ModTime property after which no lost update problem should occur. For example, a client send a GET request to obtain a resource, which includes the ModTime property. The ModTime indicates the last time the resource was created or modified. The client then sends a POST or PUT request with the If-Match header set to the ModTime property of the resource as obtained in the GET request.
Type: String
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True False
Accept wildcard characters: FalseReturns the json payload received in response.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True False
Accept wildcard characters: FalseReturns the HTTP response with headers and content.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
PS C:\> Set-IntersightOpenapiTaskGenerationRequest{ Add example description here }
Get-IntersightOpenapiTaskGenerationRequest
Initialize-IntersightMoVersionContext
Initialize-IntersightOpenapiApiInfo
Initialize-IntersightOpenapiFailedTask
Initialize-IntersightOpenapiKeyValuePair