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.
For Bravura Security Fabric 12.0.0 and later, the output is written in SQLite table format to the <target id>.db file in <instance>\psconfig\ and must include the following:
agtps
discobj table output for computer objectsstableid | type | longid | shortid | displayid | sd |
---|---|---|---|---|---|
<GUID> | COMP | <GUID> | <computer name> | <computer name> |
agtps
disattr table output for computer objectsstableid | type | attrkey | attrval | seqno |
---|---|---|---|---|
<GUID> | COMP | @disabled | 0 | 0 |
<GUID> | COMP | @deleted | 0 | 0 |
<GUID> | COMP | ip | <ip address> | 0 |
<GUID> | COMP | ip | <ip address> | 1 |
<GUID> | COMP | business_unit | <business name> | 0 |
<GUID> | COMP | dNSHostName | <full dns name> | 0 |
<GUID> | COMP | location | <location> | 0 |
<GUID> | COMP | os | <os name> | 0 |
See agtps-*.ps1 sample scripts in the samples\* directory for how listing should be implemented.