ExtSolutionManagerInfo
ExtSolutionManagerInfo
This data object encapsulates the Solution Manager configuration for this extension.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"tab": [
{
"_typeName": "string",
"label": "string",
"url": "string"
}
],
"smallIconUrl": "string"
}
array of ExtSolutionManagerInfoTabInfo
tab
Optional
Deprecated as of vSphere API 5.1, see client documentation for the preferred way to integrate custom user interfaces.
List of tabs that must be shown in the Solution Manager for this extension.
Tabs are shown ordered by their position in this array.
string
smallIconUrl
Optional
URL for an icon for this extension.
The icon will be shown in the Solution Manager for this extension. The icon must be 16x16, and should be in PNG format.