Get Plugin Icon

Get Plugin Icon
Get a plug-in icon

Retrieves an installed plug-in's icon

Request
URI
GET
https://ip-42.net-99.vm.sof-mbu.broadcom.net/vco/api/plugins/{id}/icon
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

The plug-in icon has been retrieved

[
    {}
]
array of string
Optional

401

The user is not authenticated

[
    {}
]
array of string
Optional

403

The user is not authorized

[
    {}
]
array of string
Optional

404

A plug-in with the provided ID does not exist

[
    {}
]
array of string
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/plugins/{id}/icon