Icon Of A product

Icon Of A product
Icon of a product

Returns base64-encoded icon of the product.

Request
URI
GET
https://{opsmanager-installation}/api/v0/products/{product_guid}/icon
COPY
Path Parameters
string
product_guid
Required

The guid of the product


Responses
200

OK

{
    "icon": "string"
}
string
icon
Optional

base64-encoded


400

Setup is not completed

Returns RequireSetupCompleted of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

401

Unauthorized

Returns UnauthorizedResponse of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

403

Forbidden

Returns ForbiddenResponse of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

404

Product not found

Returns NestedErrorsResponseVariant of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}
object
errors
Optional

errors


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/products/{product_guid}/icon