Query individual operators, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 36: Returned result, Interface uri access method returned result

Advertising
background image

Query Individual Operators

Query an operator with certain ID.

Interface URI

/plat/operator/{id}

Access Method

HTTP

GET

Parameters

Path parameters

Operator ID.

id

Long integer type. Required. No default value.

Returned Result

Status codes

200 (OK): Success.

Message header

HTTP/1.1 200 OK

Message body

<operator>
<id>1</id>
<name>admin</name>
<fullName>admin</fullName>
<desc>Super admin who has all the privileges.</desc>
<authType>0</authType>
<operatorGroup>http://localhost:8080/imcrs/plat/operatorGroup/1</operatorGroup>
</operator>

Element description

Operator elements

Operator ID.

id

Long integer type. It is not required when you add an operator and is required when you
modify an operator.

Operator logon name.

name

String type. It is required when you add an operator and cannot be modified when you modify
an operator.

Operator full name.

fullName

String type. It is optional when you add or modify an operator.

Operator description.

desc

String type. It is optional when you add or modify an operator.

36

System Management

Advertising