Magidoc

CloudService
Object

A Cloud Service represents connectivity to another platform running in the cloud, and is mainly used as a cluster of tasks and endpoints that are required to effectively communicate with the cloud service.

Fields

#

id

ID !
Non-null

The ID of the cloud service.

name

Non-null

The name of the cloud service.

handle

Non-null

The handle of the cloud service - a URL friendly version of the name.

description

A description of the cloud service

kind

Non-null

The kind of cloud service this is.

enabled

Non-null

Whether this cloud service is enabled

config

Non-null

The configuration for the cloud service.

authToken

The current active API Token for this cloud service

endpoints

Non-null

The endpoints for the cloud service.

recurringTasks

Non-null

The recurring tasks for the cloud service.

versionId

ID !
Non-null

The ID of the integration version that this cloud service is associated with.

version

Non-null

The integration version that this cloud service is associated with.

createdAt

Non-null

The date and time when the cloud service was created.

updatedAt

Non-null

The date and time when the cloud service was last updated.

Usages

#

References

#

  • Field cloudService from Query