Rules
Create Federation Rule
$ ant beta:organization:federation:rules createPOST/v1/organizations/federation_rules
List Federation Rules
$ ant beta:organization:federation:rules listGET/v1/organizations/federation_rules
Get Federation Rule
$ ant beta:organization:federation:rules retrieveGET/v1/organizations/federation_rules/{federation_rule_id}
Update Federation Rule
$ ant beta:organization:federation:rules updatePOST/v1/organizations/federation_rules/{federation_rule_id}
Archive Federation Rule
$ ant beta:organization:federation:rules archivePOST/v1/organizations/federation_rules/{federation_rule_id}/archive
Models
RulesWorkspaces
Add Federation Rule Workspace
$ ant beta:organization:federation:rules:workspaces addPOST/v1/organizations/federation_rules/{federation_rule_id}/workspaces
List Federation Rule Workspaces
$ ant beta:organization:federation:rules:workspaces listGET/v1/organizations/federation_rules/{federation_rule_id}/workspaces
Remove Federation Rule Workspace
$ ant beta:organization:federation:rules:workspaces removeDELETE/v1/organizations/federation_rules/{federation_rule_id}/workspaces/{workspace_id}