Converse agora com nosso suporte
Chat com o suporte

Identity Manager 9.2.1 - API Development Guide

Avoiding deadlocks

API development includes a lot of asynchronous code with async/await constructs. To avoid deadlocks, use the ConfigureAwait(false) method for every await keyword.

For more information, see here and here.

Querying the API Server reachability

You can query the status of the API Server by creating your own API method that calls the imx/ping URL. This method does not require prior authentication and returns the response code 200 (OK) if the API server is running.

Examples and help – Software Development Kit

To make it easier for you to start developing your API, One Identity provides a Software Development Kit (SDK) with lots of commented code example.

The SDK can be found on the installation medium in the directory QBM\dvd\AddOn\ApiSamples.

Implementing your own APIs

To implement your own APIs, you can create API plug-ins.

The API Server loads all DLLs matching the *.CompositionApi.Server.PlugIn.dll naming scheme and deploys the API definitions contained in them.

To implement your own APIs, the following options are available:

Detailed information about this topic
Documentos relacionados

The document was helpful.

Selecione a classificação

I easily found the information I needed.

Selecione a classificação