Hey! These docs are for version 6.3, which is no longer officially supported. Click here for the latest version, 6.7!

Rest API Config endpoint for host icons

Object type: hosticons

Request URL:/rest/config/hosticons

Only GET is supported.

Example GET

Response:

{
  list => [
    {
      img_prefix => "/images/logos/3com",
      name => "LOGO - 3com",
      ref => "/rest/config/hosticons/LOGO - 3com",
    },
    {
      img_prefix => "/images/logos/apc",
      name => "LOGO - APC",
      ref => "/rest/config/hosticons/LOGO - APC",
    },
    {
      img_prefix => "/images/logos/apple",
      name => "LOGO - Apple",
      ref => "/rest/config/hosticons/LOGO - Apple",
    },
  ],
  summary => {
    allrows => 3,
    page => 1,
    rows => 3,
    totalpages => 1,
    totalrows => 3
  },
}