Management::Trust::get_device_object_name¶
Introduced : BIG-IP_v11.0.0
Get the device object name for the device at the given address. You
may specify various arguments to authenticate the browser certificate
of the device being added. Any or all of these values may be omitted.
Note: Currently, the backend requires hexadecimal values to be in
lower case and not include the &apos:&apos character.
Prototype¶
String get_device_object_name(
in String address,
in String username,
in String password,
in String browser_cert_serial_number,
in String browser_cert_signature,
in String browser_cert_sha1_fingerprint,
in String browser_cert_md5_fingerprint
);
Parameters¶
Parameter | Type | Description |
address | String | Address or DNS name of device to get device object name for. |
username | String | username to access device with. |
password | String | password to access device with. |
browser_cert_serial_number | String | If non-empty, verify that the browser cert serial number of the device matches this hexadecimal value (e.g. e35b0be72b4cb489). |
browser_cert_signature | String | If non-empty, verify that the browser cert signature of the device matches this value (e.g. 9385cfeef0f82d…). |
browser_cert_sha1_fingerprint | String | If non-empty, verify that the browser cert SHA-1 fingerprint of the device matches this hexadecimal value (e.g. 8364c09526a23ef6b967628e4e366df8c8e1a4da). |
browser_cert_md5_fingerprint | String | If non-empty, verify that the browser cert MD5 fingerprint of the device matches this hexadecimal value (e.g. 7ff9740f82c184cd48c1321c12ebfaa2). |
Exceptions¶
Exception | Description |
Common::AccessDenied | Raised if the client credentials are not valid. |
Common::InvalidArgument | Raised if an argument is invalid. |
Common::OperationFailed | Raised if an operation error occurs. |
See Also¶
iControl ::
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.