< Back
Add-vLCMContentCapture
Post
NAME Add-vLCMContentCapture
SYNOPSIS
Get content item from vRealize Lifecycle Manager content management service
SYNTAX
Add-vLCMContentCapture [-ContentName] <String> [-ContentType] <String> [-CaptureEndpoint] <String> [-Tags]
<String> [-IncludeDependencies] <Boolean> [-Releaseable] <Boolean> [-Comments] <String> [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
Get all content or a single content by ID.
PARAMETERS
-ContentName <String>
The content item name
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-ContentType <String>
The type of content that is being captured
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-CaptureEndpoint <String>
Content endpoint to capture the updated content item from
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Tags <String>
Comma seperated list of tags to add to the content
Required? true
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-IncludeDependencies <Boolean>
Include dependencies of of content - Boolean
Required? true
Position? 5
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Releaseable <Boolean>
Whether to mark the content as production ready or not - Boolean
Required? true
Position? 6
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Comments <String>
Comments for content capture
Required? true
Position? 7
Default value
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
System.Management.Automation.PSObject
OUTPUTS
System.String
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vLCMContentItem -Id fb9c1c95-04ac-47db-a3fe-e55ad2833f74 | Add-vLCMContentCapture -CaptureEndpoint
vra01.domain.local-Tenant -Tags "IaaS, CentOS" -IncludeDependencies: $false -Releaseable: $true -Comments
"Comments here"
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Add-vLCMContentCapture -ContentItem $contentItem -CaptureEndpoint vra01.domain.local-Tenant -Tags
"IaaS","CentOS" -IncludeDependencies: $false -Releaseable: $true -Comments "Comments here"
RELATED LINKS
SYNOPSIS
Get content item from vRealize Lifecycle Manager content management service
SYNTAX
Add-vLCMContentCapture [-ContentName] <String> [-ContentType] <String> [-CaptureEndpoint] <String> [-Tags]
<String> [-IncludeDependencies] <Boolean> [-Releaseable] <Boolean> [-Comments] <String> [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
Get all content or a single content by ID.
PARAMETERS
-ContentName <String>
The content item name
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-ContentType <String>
The type of content that is being captured
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-CaptureEndpoint <String>
Content endpoint to capture the updated content item from
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Tags <String>
Comma seperated list of tags to add to the content
Required? true
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-IncludeDependencies <Boolean>
Include dependencies of of content - Boolean
Required? true
Position? 5
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Releaseable <Boolean>
Whether to mark the content as production ready or not - Boolean
Required? true
Position? 6
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Comments <String>
Comments for content capture
Required? true
Position? 7
Default value
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
System.Management.Automation.PSObject
OUTPUTS
System.String
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vLCMContentItem -Id fb9c1c95-04ac-47db-a3fe-e55ad2833f74 | Add-vLCMContentCapture -CaptureEndpoint
vra01.domain.local-Tenant -Tags "IaaS, CentOS" -IncludeDependencies: $false -Releaseable: $true -Comments
"Comments here"
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Add-vLCMContentCapture -ContentItem $contentItem -CaptureEndpoint vra01.domain.local-Tenant -Tags
"IaaS","CentOS" -IncludeDependencies: $false -Releaseable: $true -Comments "Comments here"
RELATED LINKS