Skip to content

Latest commit

 

History

History
459 lines (342 loc) · 11.9 KB

File metadata and controls

459 lines (342 loc) · 11.9 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Set-IntersightTamAdvisoryDefinition

SYNOPSIS

Fill in the Synopsis

SYNTAX


Set-IntersightTamAdvisoryDefinition [-Actions< System.Collections.Generic.List`1[TamAction]>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AdvisoryDetails< TamBaseAdvisoryDetails>][-AdvisoryId< string>][-ApiDataSources< System.Collections.Generic.List`1[TamApiDataSource]>][-DatePublished< DateTime>][-DateUpdated< DateTime>][-Description< string>][-ExecuteOnPod< TamAdvisoryDefinition.ExecuteOnPodEnum>][-ExternalUrl< string>][[-Moid]< string>][-Name< string>][-Organization< OrganizationOrganizationRelationship>][-OtherRefUrls< System.Collections.Generic.List`1[string]>][-Recommendation< string>][-S3DataSources< System.Collections.Generic.List`1[TamS3DataSource]>][-Severity< TamSeverity>][-State< TamAdvisoryDefinition.StateEnum>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Type< TamAdvisoryDefinition.TypeEnum>][-Version< string>][-Workaround< string>][-IfMatch< String>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]

DESCRIPTION

Update a 'TamAdvisoryDefinition' resource.

PARAMETERS

-Actions

Note :- Use Initialize-IntersightTamAction to create the object of complex type TamAction

Type: System.Collections.Generic.List`1[TamAction]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-AdditionalProperties

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: False

-AdvisoryDetails

Additional details for the advisory definition. For e.g. if the definition corresponds to a security advisory, the details regarding CVE ids and CVSS score would be available here. If the definition is for an end-of-life milestone, the details about the specific milestone will be included.

Note :- Use Initialize-IntersightTamBaseAdvisoryDetails to create the object of complex type TamBaseAdvisoryDetails

Type: TamBaseAdvisoryDetails
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-AdvisoryId

Cisco generated identifier for the published security/field-notice/end-of-life advisory.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-ApiDataSources

Note :- Use Initialize-IntersightTamApiDataSource to create the object of complex type TamApiDataSource

Type: System.Collections.Generic.List`1[TamApiDataSource]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-DatePublished

Date when the security/field-notice/end-of-life advisory was first published by Cisco.

Type: DateTime
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-DateUpdated

Date when the security/field-notice/end-of-life advisory was last updated by Cisco.

Type: DateTime
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Description

Brief description of the advisory details.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-ExecuteOnPod

Orion pod on which this advisory should process.\n* tier1 - Advisory processing will be taken care by batch processing.\n* tier2 - Advisory processing will be taken care by stream processing.

Type: TamAdvisoryDefinition.ExecuteOnPodEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-ExternalUrl

A link to an external URL describing security Advisory in more details.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Moid

The 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: False

-Name

A user defined name for the Intersight Advisory.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Organization

A 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: False

-OtherRefUrls

Type: System.Collections.Generic.List`1[string]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Recommendation

Recommended action to resolve the security advisory.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-S3DataSources

Note :- Use Initialize-IntersightTamS3DataSource to create the object of complex type TamS3DataSource

Type: System.Collections.Generic.List`1[TamS3DataSource]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Severity

Severity level of the Intersight Advisory.

Note :- Use Initialize-IntersightTamSeverity to create the object of complex type TamSeverity

Type: TamSeverity
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-State

Current state of the advisory.\n* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.\n* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.

Type: TamAdvisoryDefinition.StateEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Tags

Note :- 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: False

-Type

The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.\n* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).\n* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).\n* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).

Type: TamAdvisoryDefinition.TypeEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Version

Cisco assigned advisory/field-notice/end-of-life version after latest revision.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Workaround

Workarounds available for the advisory.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-IfMatch

For 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: False

-Json

Returns 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: False

-WithHttpInfo

Returns 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: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

EXAMPLES

Example 1

PS C:\> Set-IntersightTamAdvisoryDefinition

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Get-IntersightTamAdvisoryDefinition

Initialize-IntersightMoVersionContext

Initialize-IntersightTamAction

Initialize-IntersightTamApiDataSource

Initialize-IntersightTamBaseAdvisoryDetails

Initialize-IntersightTamS3DataSource

Initialize-IntersightTamSeverity

New-IntersightTamAdvisoryDefinition

Remove-IntersightTamAdvisoryDefinition