Migrating a system to another team
Users who are system trustees of multiple teams can use the System: Update request to migrate a system to another team.
From the home page, click Manage resources.
Select the System: Update request.
Select a managed system.
Click Next .
Select a team that will take over management of this system.
Click Submit.
Bravura Security Fabric notifies authorizers to review the request if required.
Click the View request link at the top of the page to view the status of the request.
API automation for system update
Once the API has been configured (See ”SOAP API” in Bravura Security Fabric Remote API (api.pdf) and your script has been authenticated to the API (Login or LoginEx API calls), the WF API calls can be used to create an API request.
Use the WFPDRSubmit function to create a workflow request and submit the request for publishing.
When submitting a request, use ”UPDATE_ONBOARDED_SYSTEM” as the PDR ID. The request uses the following attributes:
attrkey | value |
---|---|
HOSTID | The ID of the system. |
DESTINATION_TEAM | The team that the system will be assigned to. |
UPDATE_ONBOARDED_SYSTEM batch request sample:
"HOSTID","DESTINATION_TEAM" "D39B55F07A6A487AABE4BD8C9EC1679C","TEAM-000001"