Static
createApplication domains have a name and topic domain. *
Optional
xOptional context id the request is running. *
Static
deleteDelete an application domain
Use this API to delete an application domain. This action also deletes all applications, events, and schemas in the application domain. You cannot undo this operation.
Token Permissions: [ application_domain:delete:*
]
void
ApiError
The ID of the application domain. *
Optional
xOptional context id the request is running. *
Static
export(Beta) Get application domains and their entities for export
Use this API to export application domains and their nested entities. Please note that this endpoint is in beta and could be subject to change in the future
Token Permissions: [ application_domain:export:*
]
ApplicationDomainExportDTO Export file containing the application domains and accompanying entities
ApiError
The IDs of the application domains to export *
Optional
xOptional context id the request is running. *
Static
getGet an application domain
Use this API to get a single application domain by its ID.
Token Permissions: [ application_domain:get:*
]
ApplicationDomainResponse The application domain.
ApiError
The ID of the application domain. *
Optional
include?: string[]Specify extra data to be included, options are: stats *
Optional
xOptional context id the request is running. *
Static
getGet a list of the application domains
Use this API to get a list of application domains that match the given parameters.
Token Permissions: [ event_designer:access
]
ApplicationDomainsResponse Get a list of application domains and the accompanying metadata.
ApiError
Optional
ids?: string[]Match only application domains with the given IDs separated by commas. *
Optional
include?: string[]Specify extra data to be included, options are: stats *
Optional
name?: stringName to be used to match the application domain. *
Optional
pageThe page number to get. *
Optional
pageThe number of application domains to get per page. *
Optional
xOptional context id the request is running. *
Static
import(Beta) Create application domains and their entities from import
Use this API to import application domains and their nested entities. Please note that this endpoint is in beta and could be subject to change in the future
Token Permissions: [ application_domain:import:*
]
any Successfully registered import job with location identified in the response header
ApiError
Application domain import file *
Optional
xOptional context id the request is running. *
Static
updateUpdate an application domain
Use this API to update an application domain. You only need to specify the fields that need to be updated.
Token Permissions: [ application_domain:update:*
]
ApplicationDomainResponse The updated application domain.
ApiError
The ID of the application domain. *
The application domain. *
Optional
xOptional context id the request is running. *
Create an application domain To help keep your event-driven architecture organized, use application domains to create namespaces for your applications, events and schemas.
Token Permissions: [
application_domain:create:*
]Returns
ApplicationDomainResponse Created. The newly saved application domain is returned in the response body.
Throws
ApiError