Getting the Common Services version information

Ops Center Common Services REST API Reference Guide

Version
10.7.x
File Size
577 KB
Audience
anonymous
Part Number
MK-99OPS003-03
The following requests gets information about the Common Services version.

Execution permission

None.

Request line

GET base-URL/system/v1/version

Request message

Object ID
None.
Query parameters
None.
Body
None.

Response message

Body
{
    "version" : "10.1.0",
    "build" : "20191218163524"
}

Attribute

Type

Description

version

string

Product version

build

string

Build version

Coding example

curl -v -X GET -s "https://example.com:443/portal/system/v1/version" -H "Authorization:Bearer eyJhbxxx"
Tip: Because this request uses SSL communication, you must either run the curl command with the root certificate of the Common Services server certificate specified for the --cacert option, or run the command with the -k option specified. (The -k option runs the command by ignoring SSL errors.)