New Articles

  1. Move from trial to production

    If you have piloted Centero Carillon first and you want to end pilot and move to production, then you need to do few tasks. Licenses need to be updated, management rules and client deployment need to be verified. 1. Licenses Request new license...
  2. Infrastructure

    First you need to decide if you want to support device connected only to Internet or is Carillon service available only for device that have internal network connection (inside internal network or connected to internal network using remote access so...
  3. Active Directory computers

    A directoryComputer entity represents the metadata and contents of a given Active Directory computer. They enable administrators to return selected properties of Active Directory computer objects. Properties Property Type Description ...
  4. List Active Directory computers

    List properties and relationships of the directoryComputer objects. HTTP Request POST /directoryComputers Request headers Header Value Authorization If required by Centero Agent Gateway configuration Key Authentication key if...
  5. API

    Centero Agent Gateway REST API provides a unified programmability model that you can use to access the data in Centero Carillon service. This REST API is available in Centero Agent Gateway service component. Authorization Centero Agent Gateway Res...
  6. Update computer Managed Group Rule

    Update a managedGroupRule object targeted to Active Directory, Azure Active Directory or WORKGROUP computer. HTTP Request PUT /computerManagedGroupRules/{managedGroupRuleId} Request headers Header Value Authorization If required ...
  7. Delete computer Managed Group Rule

    Deletes a managedGroupRule object targeted to Active Directory, Azure Active Directory or WORKGROUP computer. HTTP Request DELETE /computerManagedGroupRules/{managedGroupRuleId} Request headers Header Value Authorization If requi...
  8. Create computer Managed Group Rule

    Create a new managedGroupRule object targeted to Active Directory, Azure Active Directory or WORKGROUP computer. HTTP Request POST /computerManagedGroupRules Request headers Header Value Authorization If required by Centero Agent...
  9. Get computer Managed Group Rule

    Read properties and relationships of the managedGroupRule object targeted to Active Directory, Azure Active Directory or WORKGROUP computer. HTTP Request GET /computerManagedGroupRules/{managedGroupRuleId} Request headers Header Value...
  10. Computer Managed Group Rules

    Computer Managed Group Rules allows administrator to manage single computer local group memberships. Methods Method Return type Description List managedGroupRule collection List properties and relationships of the managedGroupRu...