Skip to main content

Cyware Orchestrate

Infinite Blue

App Vendor: Infinite Blue

App Category: IT Services

Connector Version: 1.0.1

API Version: 1.0.0

About App

Infinite Blue app offers a web-based platform for creating, customizing, and distributing applications. It helps to focus on creating business value for users rather than the expensive, complex and, time-consuming tasks of managing the software and the infrastructure.

The Infinite Blue app is configured with Orchestrate to perform the following actions:

Action Name

Description

Retrieve Object Records

The action retrieves the records of an object.

Retrieve Record Details

The action retrieves the details of an object.

Retrieve Related Records

The action retrieves the related records.

Retrieve Object Records Count

The action retrieves the object records count.

Configuration Parameters

The following configuration parameters are required for the Infinite Blue app to communicate with the Infinite Blue enterprise application. The parameters can be configured by creating instances in the Infinite Blue app.

Parameter

Description

Field Type

Required/Optional

Comments

Base URL

Enter the base URL to connect to the Infinite Blue app.

Example:

  • "http://yourdomail.tld"

  • "https://app.yourdomail.tld"

Text

Required

API Token

Enter the API token to connect to the Infinite Blue app.

Example:

"aT1xxxx5rzs"

Password

Required

Action: Retrieve Object Records

The action retrieves the object records.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Object Integration Name

Enter the integration name of the object that the record belongs to.

Example:

"BCIC_Objects"

Text

Required

Extra Params

Enter the extra parameters.

Key Value

Optional

Allowed Keys:

  • viewIntegrationName

  • filterName

  • filterValue

  • fieldList

  • start

  • count

Example Request

[
    {
        "object_integration_name": "BCIC_Objects"
    }
]
Action: Retrieve Record Details

The action retrieves the record details.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Object Integration Name

Enter the object integration name to retrieve the record details.

Example:

"BCIC_Objects"

Text

Required

Record ID

Enter the record ID to retrieve the record details.

Example:

"109472"

Text

Required

Extra Params

Enter the extra parameters.

Key Value

Optional

Allowed Keys:

fieldList

Example Request

[
    {
        "object_integration_name": "BCIC_Objects",
        "record_id": "109472"
    }
]
Action: Retrieve Object Records Count

The action retrieves the count of object records.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Object Integration Name

Enter the object integration name to retrieve the object records count.

Example:

"BCIC_Objects"

Text

Required

Extra Params

Enter the extra parameters.

Key Value

Optional

Allowed Keys:

viewIntegrationName

Example Request

[
    {
        "object_integration_name": "BCIC_Objects"
    }
]