Collection object

Ops Center Analyzer REST API Reference Guide

Version
11.0.x
Audience
anonymous
Part Number
MK-99ANA003-18

The Collection object is used to contain a set of objects to be returned. The following table describes the schema of the Collection object.

Variable name

Type

Description

items

Object array

A set of objects

The following shows an example of the Collection object.

{ "items" : [{"type":"string", "value": "instance101"},
...
{"type":"string", "value": "instance200"}] }