Skip to main content

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.

  1. From the home page, click Manage resources.

  2. Select the System: Update request.

  3. Select a managed system.

    3412.png

    Click Next .

  4. Select a team that will take over management of this system.

    3413.png
  5. Click Submit.

    Bravura Security Fabric notifies authorizers to review the request if required.

  6. 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"