Management::Trust::add_authority_device¶
Introduced : BIG-IP_v11.0.0
Add an authoritative device to the trust domain. You must specify a
new device object name for the device to be added. 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¶
add_authority_device(
in String address,
in String username,
in String password,
in String device_object_name,
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 add. |
username | String | username to access device with. |
password | String | password to access device with. |
device_object_name | String | Use this as the name for the device object of the device to be added. |
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¶
- Perl Establish Device Trust, Create Sync-Failover device-group, and add members - This perl reference application will establish a traditionl HA pair on V11 software.
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.