Get Component Types
Get a list of component types visible to the caller.
If true, return component types only for the specified blueprint. Filter and page information will be ignored.
If true, include component type schema data in returned list.
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
Success - return a page of component types.
{
"iconId": "string",
"schema": {
"fields": [
{
"permissibleValues": {
"customAllowed": false
},
"displayAdvice": "string",
"columns": [
"Field Object"
],
"dataType": {
"typeId": "string"
},
"isMultiValued": false,
"description": "string",
"orderIndex": 0,
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
}
}
]
},
"catalogItemTypeId": "string",
"supportLenientDestroy": false,
"description": "string",
"callbacks": {
"rollback": false,
"allocate": false,
"requestDetails": false,
"listOffers": false,
"destroy": false,
"clusterBehavior": "string",
"validate": false
},
"outputResourceTypeId": "string",
"version": 0,
"idForEntitlements": "string",
"lastUpdated": "string",
"classId": "string",
"createdDate": "string",
"name": "string",
"tenantId": "string",
"requiredPermissionIds": [
"string"
],
"serviceTypeId": "string",
"allocationRelatedResourceTypeIds": [
"string"
],
"id": "string",
"serviceId": "string",
"forms": {},
"categoryId": "string",
"containerFieldId": "string"
}
iconId
catalogItemTypeId
supportLenientDestroy
description
outputResourceTypeId
version
idForEntitlements
lastUpdated
classId
createdDate
name
tenantId
requiredPermissionIds
serviceTypeId
allocationRelatedResourceTypeIds
id
serviceId
categoryId
containerFieldId
Forbidden.