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
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
On This Page
Adapters Operations
GET
Enumerate Adapter Instances
PUT
Update Adapter Instance
POST
Create Adapter Instance
PATCH
Patch Adapter Instance
PUT
Stop Monitoring Resources Of Adapter Instance
PUT
Start Monitoring Resources Of Adapter Instance
PUT
Mark Adapter Instance As Being Maintained
DELETE
Unmark Adapter Instance As Being Maintained
POST
Test Connection
PATCH
Patch Test Connection
GET
Get Adapter Instance
DELETE
Delete Adapter Instance
GET
Get Resources Of Adapter Instance