Skip to main content

Usercube-RefreshSchema

Examples

Usercube-RefreshSchema can be used as an executable file as follows:

dotnet Usercube-RefreshSchema.dll --api-url myserver.usercube.com --api-client-id myclientid --api-secret myclient secret --connection-id -2

The credentials used to connect to the connection come from the appsettings.agent.

Arguments

NameDetails
--connection-id *requiredType Integer Description Id of a connection whose schemas are updated. See the Connection topic for additional information.
------
--api-client-id requiredType String Description Login used to authenticate to the server. Every request from agent to server needs to be authenticated with an OpenIdClient Connect ClientId/Secret pair, linked to a profile with the relevant permissions.
--api-secret requiredType String Description Password used to authenticate to the server. Every request from agent to server needs to be authenticated with an OpenIdClient Connect ClientId/Secret pair, linked to a profile with the relevant permissions.
--api-url requiredType String Description URL of Identity Manager server.
------
--log-level optionalType LogLevel Description Level of log information among: Verbose; Debug; Information; Warning; Error; Fatal.