Get Resources With Adapter And Resource Kind
DescriptionOptionally filter these resources based on resource name. The resource name (specified as a query parameter) will be used for doing a partial match. However, if the resource identifiers and their values are specified, name is ignored and the API enforces all the mandatory (both uniquely identifying and required) identifiers are specified. This allows for looking up a single resource using a ResourceKey and allows the translation between a ResourceKey and a Resource UUID.
Example how to use the identifiers parameter (currently it cannot be used in our Swagger documentation): /api/adapterkinds/{adapterKindKey}/resourcekinds/{resourceKindKey}/resources?identifiers[key1]=value1&identifiers[key2]=value2
Request
URLURL
Path Parameters
Path Parameters
The Adapter Kind Identifier
The Resource Kind Identifier
Query Parameters
Query Parameters
Key,value pairs representing the resource identifiers of a Resource
The Resource Name (partial match)
Page number from which data needs to be displayed (0-based)
Expected number of entries per page