Get Resource Types For Adapter Type Using GET
Contains optional parameter that specifies whether there is a need to report names in all localizations
Request
URI
GET
https://{api_host}/api/adapterkinds/{key}/resourcekinds
COPY
Path Parameters
string
key
Required
The identifier of the adapter kind
Query Parameters
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
string
resourceKindType
Optional
The Category to which a Resource Kind belongs to
Possible values are : GENERAL, BUSINESS_SERVICE, TIER, TAG, ADAPTER_INSTANCE, GROUP, APPLICATION, NONE,
boolean
retrieveAllLocalizations
Optional
Optional param that specifies whether need to report names in all localizations
Responses
200
The Resource Kinds of this Adapter
Returns resource-kinds of type(s) application/json
{
"adapterKind": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
},
"resource-kind": [
{
"adapterKind": "string",
"adapterKindName": "string",
"extension": {
"anyObjects": [
{}
]
},
"key": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"localizations": [
{
"language": "string",
"longDescription": [
"string"
],
"shortDescription": [
"string"
]
}
],
"name": "string",
"resourceIdentifierTypes": [
{
"dataType": "string",
"extension": {
"anyObjects": [
{}
]
},
"isPartOfUniqueness": false,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string"
}
],
"resourceKindSubType": "string",
"resourceKindType": "string"
}
]
}
string
adapterKind
Required
The adapter Kind of all the specified resource kinds
On This Page
Adapter Kinds Operations
GET
Get Adapter Types Using GET
GET
Get Adapter Type Using GET
GET
Get Resources With Adapter And Resource Kind Using GET
GET
Get Resources With Adapter Kind Using GET
GET
Get Resource Type Attributes For Adapter Type Using GET
GET
Get Resource Type For Adapter Type Using GET
GET
Get Resource Type Properties For Adapter Type Using GET
GET
Get Resource Types For Adapter Type Using GET