Get Resources Of Adapter Instance

Get Resources Of Adapter Instance

Get all resources that are managed by specific Adapter Instance

Request
URI
GET
https://{api_host}/suite-api/api/adapters/{adapterId}/resources
COPY
Path Parameters
string
adapterId
Required

The identifier of the adapter instance.

Query Parameters
integer
page
Optional
Constraints: default: 0

Page number from which data needs to be displayed (0-based)

integer
pageSize
Optional
Constraints: default: 1000

Expected number of entries per page


Authentication
This operation uses the following authentication methods.
Responses
200

The list of resources reported by this adapter

Returns resources of type(s) application/json
"No Custom Example is Available"
object
pageInfo
Optional

Represents page information for a paged result

array of object
links
Optional

Collection of links

array of object
resourceList
Optional

The Collection of Resources


404

No adapter instance is found with the specified identifier

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/adapters/{adapterId}/resources