Get Resource Type For Adapter Type Using GET

Get Resource Type For Adapter Type Using GET

Get a specific Resource Kind supported by a specific Adapter Kind

Request
URI
GET
https://{api_host}/suite-api/api/adapterkinds/{adapterKindKey}/resourcekinds/{resourceKindKey}
COPY
Path Parameters
string
adapterKindKey
Required

The Adapter Kind Identifier

string
resourceKindKey
Required

The Resource Kind Identifier


Authentication
This operation uses the following authentication methods.
Responses
200

The Resource Kind

Returns resource-kind of type(s) application/json
{
    "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
Optional

The Adapter Kind to which this Resource Kind belongs to

string
adapterKindName
Optional

Localized name of the Adapter Kind to which this Resource Kind belongs to

extension
Optional

extension

string
key
Required

The Resource Kind identifier

array of link
links
Optional

links

localizations
Optional

Localized names of the Resource Kind for all localizations

string
name
Optional

The Localized name of the Resource Kind

resourceIdentifierTypes
Optional

Resource identifiers associated with this Resource Kind

string
resourceKindSubType
Optional

The Sub Category to which the Resource Kind belongs to

Possible values are : GEO, ENTERPRISE, GROUP_RULES_MANAGED, GROUP_ADAPTER_MANAGED, GROUP_WORLD, NONE,
string
resourceKindType
Optional

The Category to which the Resource Kind belongs to

Possible values are : GENERAL, BUSINESS_SERVICE, TIER, TAG, ADAPTER_INSTANCE, GROUP, APPLICATION, NONE,