Static getThe ID of the configuration type. *
Optional xOptional context id the request is running. *
Static get(Beta) Get a list of configuration types
Use this API to get a list of configuration types that match the given parameters.
Token Permissions: [ ep_configuration:read ]
ConfigurationTypesResponse Get a list of configuration types and the accompanying metadata.
ApiError
Optional associatedMatch only configuration types with the given associated entity type values separated by commas. *
Optional brokerMatch only configuration types with the given broker type. *
Optional ids?: string[]Match only configuration types with the given IDs separated by commas. *
Optional names?: string[]Match only configuration types with the given names separated by commas. *
Optional pageThe page number to get. *
Optional pageThe number of configuration types to get per page. *
Optional sort?: stringSort based on the provided parameters.
The value can be either a standalone field name (?sort=<field>) or a field and direction, delimited by a colon (?sort=<field>:<asc|desc>). If the direction is not specified, the default is ascending. *
Optional xOptional context id the request is running. *
(Beta) Get a configuration type Use this API to get a single configuration type by its ID.
Token Permissions: [
ep_configuration:read]Returns
ConfigurationTypeResponse The configuration type.
Throws
ApiError