Get-TSTMGMTProfileRevisions
Get the details of an existing profile's revisions.
Get the details of an existing profile's revisions
SYNTAX
DESCRIPTION
Retrieve the details of the profile's revisions from the Management Platform using the Profile Object
EXAMPLES
1. Get a profile revision details from the first profile in the Management Platform (in this case 2 revisions are shown)
$alldata = Get-TSTMGMTAllData
Get-TSTMGMTProfileRevisions -Profile $alldata.Profiles[0]
PARAMETERS
-Profile
The profile object
Type: | ThinScale.Management.DataObjects.Profile |
Required: | Yes |
Accept Pipeline Input: | Yes |
-Interface
The interface ID returned by a previously successful call to Connect-TSTMGMTServer. This parameter is only required if you are connected to 2 or more Management Platform instances at the same time. If this parameter is not specified the connection to the last successful call to Connect-TSTMgmtServer will be used.
Type: | Guid |
Required: | No |
Accept Pipeline Input: | No |
-Timeout
The time allowed in milliseconds for the call to complete before it is deemed to have timed out and is aborted
Type: | Int32 |
Required: | No |
Accept Pipeline Input: | No |
INPUTS
ThinScale.Management.DataObjects.Profile
OUTPUTS
ThinScale.Management.DataObjects.Profile