< Back

Get-vRACatalogItemRequestTemplate

Sat Jan 18, 2020 9:55 pm

NAME Get-vRACatalogItemRequestTemplate



SYNOPSIS

Get the request template of a catalog item that the user is entitled to see





SYNTAX

Get-vRACatalogItemRequestTemplate -Id <String> [<CommonParameters>]



Get-vRACatalogItemRequestTemplate -Name <String> [<CommonParameters>]





DESCRIPTION

Get the request template of a catalog item that the user is entitled to see and return a JSON payload to reuse in

a request





PARAMETERS

-Id <String>

The id of the catalog item



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Name <String>

The name of the catalog item



Required? true

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





OUTPUTS

System.String





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRAConsumerCatalogItemRequestTemplate -Id dab4e578-57c5-4a30-b3b7-2a5cefa52e9e













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-vRAConsumerCatalogItemRequestTemplate -Name Centos_Template













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-vRAConsumerEntitledCatalogItem | Get-vRACatalogItemRequestTemplate













-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Get-vRAConsumerEntitledCatalogItem -Name Centos_Template | Get-vRACatalogItemRequestTemplate













-------------------------- EXAMPLE 5 --------------------------



PS C:\\>Get-vRAConsumerEntitledCatalogItem -Name Centos_Template | Get-vRACatalogItemRequestTemplate |

ConvertFrom-Json















RELATED LINKS