Using REST APIs
These services offer relevant REST APIs:
- Grid REST APIs are available to monitor the Enterprise Connector status and Grid status.
- Enterprise Connector REST APIs are available to configure the EC service or download the latest EC version.
To access these APIs, authentication is required. Use for this a client certificate or an Oauth 1.0a keypair identity.
For more information on creating a client certificate or Oauth key-pair, see the Infor ION Grid Security Administration Guide.
Example script to create an identity
- PKCS12 client certificate with
grid_provisioner
role, password ecpassword, valid for 90 days:java -jar <ECInstallFolder>\tools\grid-cli.jar certificate clientCreate -clientName=ecprovisioner -fileDir=c:\temp -fileName=ecprovisioner -keyStoreType=PKCS12 -roles=grid-provisioner
- Oauth 10.a key-pair:
java -jar <ECInstallFolder>\tools\grid-cli.jar oauth10 create -description="downloadEC" -roles=grid-provisioner -name=ECdownload