Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.07 KB

AssetParentConnectionSignature.md

File metadata and controls

14 lines (10 loc) · 1.07 KB

AssetParentConnectionSignature

A signature generated by a device connector with its private key. Signature is passed to leaf device connectors to authenticate connectivity between devices.

Properties

Name Type Description Notes
device_id str The moid of the parent device registration. [optional]
node_id str The node identity of the parent device, corresponds to the parents ClusterMember.memberIdentity. Used on connect to establish through which device in a cluster the child is connected through. [optional]
signature str The result of signing the deviceId appended with the timeStamp fields with the devices private key. [optional]
time_stamp datetime The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature. [optional]

[Back to Model list] [Back to API list] [Back to README]