Reglas
Crear regla de federación
$ ant beta:organization:federation:rules createPOST/v1/organizations/federation_rules
Listar reglas de federación
$ ant beta:organization:federation:rules listGET/v1/organizations/federation_rules
Obtener regla de federación
$ ant beta:organization:federation:rules retrieveGET/v1/organizations/federation_rules/{federation_rule_id}
Actualizar regla de federación
$ ant beta:organization:federation:rules updatePOST/v1/organizations/federation_rules/{federation_rule_id}
Archivar regla de federación
$ ant beta:organization:federation:rules archivePOST/v1/organizations/federation_rules/{federation_rule_id}/archive
Models
ReglasEspacios de trabajo
Agregar workspace a regla de federación
$ ant beta:organization:federation:rules:workspaces addPOST/v1/organizations/federation_rules/{federation_rule_id}/workspaces
Listar workspaces de una regla de federación
$ ant beta:organization:federation:rules:workspaces listGET/v1/organizations/federation_rules/{federation_rule_id}/workspaces
Quitar workspace de regla de federación
$ ant beta:organization:federation:rules:workspaces removeDELETE/v1/organizations/federation_rules/{federation_rule_id}/workspaces/{workspace_id}