Click or drag to resize

IDRARestServerFindBitLockerRecoveryPassword Method

Retrieves the list of BitLocker recovery password in the specified domain.
UriTemplate: /dra/domains/{domainFqdn}/bitlockerrecoverypasswords/get

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/domains/{domainFqdn}/bitlockerrecoverypasswords/get")]
Stream FindBitLockerRecoveryPassword(
	string domainFqdn,
	string domainIdentifier,
	string passwordId,
	ConnectionParameters connectionParameters
)

Parameters

domainFqdn
Type: SystemString
The FQDN of the domain where the computer is located
domainIdentifier
Type: SystemString
A string identifying the domain.
passwordId
Type: SystemString
The first 8 characters of password ID which used to search for the BitLocker recovery password.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: Stream
A ComputerBitLockerListResponse containing the BitLocker recovery password information that matched the specified search password ID.
See Also