Get
/api/resource-manager/resource-types/{resourceTypeId}/{updatedTimestamp}/icon
Returns icon svg image configured for the resource type. The icon image is returned from the cache. The updatedTimestamp value is changed in case any updates to the icon, use the latest updatedTimestamp value to get the updated icon. The APIs that return the resource types have the updated icon URL in the response.
Security
HTTP
Type bearer
Path parameters
resourceTypeId
stringRequired
ID of the resource type
updatedTimestamp
stringRequired
Timestamp of last update to icon for the resource type icon
Responses
200
Icon svg image configured for the resource type
Headers
Cache-Control
string
string
400
Bad Request
404
The resource type id is not found, or invalid updatedTimestamp, or icon data is not available.