Skip to main content

PARTNERS

configureAmazonE2Integration

Configures the Amazon EC2 integration for a company using the provided access keys.

Parameters

Parameter

Type

Optional

Description

companyId

String

No

The id of the target company

keyId

String

No

The key id

keySecret

String

No

The secret key

Return value

This method does not return any value.

Example

Request:

  {
       "params": {
           "keyId": "AKIAIHEBSE2JFZ6CAAAA",
           "keySecret": "rTEuYBJXA9Wnm6I6CQKBJ30DqVUOz4NiVbeDRg2O",
           "companyId": "55115935b1a43dcc4a7b23c6"
       },
       "jsonrpc": "2.0",
       "method": "configureAmazonEC2Integration",
       "id": "5c6df60c-786a-4ea3-8ff3-b6e52b42aa46"
  }  

Response:

  {
      "id": "5c6df60c-786a-4ea3-8ff3-b6e52b42aa46",
      "jsonrpc":"2.0",
      "result": null
  }