CloudEndpoint Object
A cloud endpoint is a cloud hosted route that can be called by external services. This is normally configured through an integration.
Fields
#
cloudServiceId
ID !
Non-null
The ID of the cloud service this endpoint is associated with, if present
integrationVersionId
ID !
Non-null
The ID of the installed integration this endpoint is associated with.
integrationVersion
Non-null
The installed integration that the endpoint is associated with.
path
String !
Non-null
The path of the endpoint. This is nested under the base route and supports variables such as :id, or :state.
Usages
#
References
#
- Field endpoints from CloudService
- Field cloudEndpoint from Query
- Field createCloudEndpoint from Mutation
Previous
CloudCredential