curl --request GET \
--url https://api.icepanel.io/v1/catalog/technologies/{catalogTechnologyId}{
"catalogTechnology": {
"color": "blue",
"iconUrlDark": [
"/organizations/{organizationId}/dark/{catalogTechnologyId}.png",
"/dark/{catalogTechnologyId}.png"
],
"iconUrlLight": [
"/organizations/{organizationId}/light/{catalogTechnologyId}.png",
"/light/{catalogTechnologyId}.png"
],
"name": "<string>",
"provider": "aws",
"restrictions": [
"actor"
],
"type": "data-storage",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"disabled": false,
"iconUrl": "<string>",
"id": "<string>",
"organizationId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"category": "<string>",
"deprecatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"docsUrl": "<string>",
"nameShort": "<string>",
"rejectionMessage": "<string>",
"rejectionReason": "duplicate",
"status": "approved",
"updatesUrl": "<string>",
"websiteUrl": "<string>",
"awsXmlSelector": "<string>",
"azureUpdatesKeyword": "<string>",
"defaultSlug": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"slugs": [
"<string>"
],
"updatesXmlUrl": "<string>"
}
}Find a technology
curl --request GET \
--url https://api.icepanel.io/v1/catalog/technologies/{catalogTechnologyId}{
"catalogTechnology": {
"color": "blue",
"iconUrlDark": [
"/organizations/{organizationId}/dark/{catalogTechnologyId}.png",
"/dark/{catalogTechnologyId}.png"
],
"iconUrlLight": [
"/organizations/{organizationId}/light/{catalogTechnologyId}.png",
"/light/{catalogTechnologyId}.png"
],
"name": "<string>",
"provider": "aws",
"restrictions": [
"actor"
],
"type": "data-storage",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"disabled": false,
"iconUrl": "<string>",
"id": "<string>",
"organizationId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"category": "<string>",
"deprecatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"docsUrl": "<string>",
"nameShort": "<string>",
"rejectionMessage": "<string>",
"rejectionReason": "duplicate",
"status": "approved",
"updatesUrl": "<string>",
"websiteUrl": "<string>",
"awsXmlSelector": "<string>",
"azureUpdatesKeyword": "<string>",
"defaultSlug": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"slugs": [
"<string>"
],
"updatesXmlUrl": "<string>"
}
}OK
Show child attributes
Technology color used in diagrams
blue, green, yellow, orange, red, beaver, dark-blue, purple, pink, white, grey, black Icon that only works on dark backgrounds
[
"/organizations/{organizationId}/dark/{catalogTechnologyId}.png",
"/dark/{catalogTechnologyId}.png"
]Icon that only works on light backgrounds
[
"/organizations/{organizationId}/light/{catalogTechnologyId}.png",
"/light/{catalogTechnologyId}.png"
]Long verbose name
Service provider that provides this technology
aws, azure, gcp, microsoft, salesforce, atlassian, apache, supabase, Restriction on which model object or connections this technology can be added to
actor, app, component, connection, group, store, system, Type or category of technology
data-storage, deployment, framework-library, gateway, other, language, message-broker, network, protocol, runtime, service-tool, user, api-key, notification-key, service Whether the technology is disabled and not visible to users
Use either iconUrlDark or iconUrlLight
Organization that owns this technology, or null if its publicly accessible
user, api-key, notification-key, service Technical description for the technology, avoid marketing language
Documentation or readme url
Short one or two word name to show in places with limited space
If rejected, detail description of why
If rejected, the reason why
duplicate, incomplete, invalid, other Current status of the technology, including pending review, approved, and rejected. Approved technologies are visible to all users.
approved, pending-review, rejected Release notes or changelog url
Landing page website url
URL path name for the technology, used by stackfeed
user, api-key, notification-key, service Current and historical url path names used for the technology, used by stackfeed