< Back
Get-vRAResourceActionRequestTemplate
Post
NAME Get-vRAResourceActionRequestTemplate
SYNOPSIS
Get the request template of a resource action that the user is entitled to see
SYNTAX
Get-vRAResourceActionRequestTemplate -ActionId <String> -ResourceId <String[]> [<CommonParameters>]
Get-vRAResourceActionRequestTemplate -ActionId <String> -ResourceName <String[]> [<CommonParameters>]
DESCRIPTION
Get the request template of a resource action that the user is entitled to see
PARAMETERS
-ActionId <String>
The id resource action
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ResourceId <String[]>
The id of the resource
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ResourceName <String[]>
The name of the resource
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-vRAResourceActionRequestTemplate -ActionId "fae08c75-3506-40f6-9c9b-35966fe9125c" -ResourceName vm01
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAResourceActionRequestTemplate -ActionId "fae08c75-3506-40f6-9c9b-35966fe9125c" -ResourceId
20402e93-fb1d-4bd9-8a51-b809fbb946fd
RELATED LINKS
SYNOPSIS
Get the request template of a resource action that the user is entitled to see
SYNTAX
Get-vRAResourceActionRequestTemplate -ActionId <String> -ResourceId <String[]> [<CommonParameters>]
Get-vRAResourceActionRequestTemplate -ActionId <String> -ResourceName <String[]> [<CommonParameters>]
DESCRIPTION
Get the request template of a resource action that the user is entitled to see
PARAMETERS
-ActionId <String>
The id resource action
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ResourceId <String[]>
The id of the resource
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ResourceName <String[]>
The name of the resource
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-vRAResourceActionRequestTemplate -ActionId "fae08c75-3506-40f6-9c9b-35966fe9125c" -ResourceName vm01
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAResourceActionRequestTemplate -ActionId "fae08c75-3506-40f6-9c9b-35966fe9125c" -ResourceId
20402e93-fb1d-4bd9-8a51-b809fbb946fd
RELATED LINKS