PrimitiveValue object

Ops Center Analyzer REST API Reference Guide

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

The PrimitiveValue object is a container that is used to treat a non-object variable as an object. The following table describes the schema of the PrimitiveValue object.

Variable name

Type

Description

type

string

The type of the variable

value

string

The value of the variable

The following shows an example of the PrimitiveValue object:

{ "type" : "string",
 "value" : "Agent" }