Create Agent for Upload contactlists

I'm currently building a module that runs on AIX 5.3.
The function of the module is to log in to Genesys Cloud and upload the contact list specified by the argument.
The first question is how to write an agent running on AIX using the CLI.
The second question is, should I use PureCloudOAuthClient.V2 in java when creating an agent that runs on AIX? In the case of CLI operation, I thought it would be difficult to obtain and set the authentication token.

Hi,

In order to use the CLI on AIX you will need to cross compile it. From a quick Google search it seems that it's possible for AIX 7.1 with some work. I'm not sure about building for 5.3 though.
In order to cross compile, firstly you'll need to clone the source code from github:

The Makefile will need to be edited to add a step to build for AIX using the necessary commands and setting the required environment variables.

As for authentication, the CLI supports client credentials and directly setting an access token. The README details the various ways that these can be used.

Java has support for AIX so yes it's possible to use the Java SDK for creating an agent running on AIX.

I hope I have been able to answer your questions,
Regards,
Ronan

1 Like

thank you for your reply.
I will try the method you suggested.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.