Listing computer objects
In order for scripted connectors to write proper computer object list files for the Bravura Security Fabric server to load, the output file must be properly formatted. The script will load computers from any source that Python can use.
For Bravura Security Fabric 12.0.0 and later, the output must be in SQLite table format. It is written to the <target id>.db file in <instance>\psconfig\ and must include the following:
agtpython
discobj table output for computer objectsstableid | type | longid | shortid | displayid | sd |
---|---|---|---|---|---|
Computer Name | COMP | Computer Name | Computer Name | Computer Description |
agtpython
discobjattr table output for computer objectsstableid | type | attrkey | attrval | seqno |
---|---|---|---|---|
Computer Name | COMP | cn | Computer Name | 0 |
Computer Name | COMP | objectGUID | <GUID> | 0 |
Computer Name | COMP | DnsHostName | <full dns name> | 0 |
See sample scripts agtpython-simple.py
and agtpython-sqlite.py
located in the samples directory.