Data - Retrieve Group Data

Retrieves groups data based on the specified criteria.

POST http://<Servername>/OperationsManager/data/scomGroups

Request Body

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Type Description
criteria

string

criteria for search

Responses

Name Type Description
200 OK

ScopeDataResponse

OK.Successfully retrieved groups based on the specified criteria.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Examples

RetrieveGroupData

Sample Request

POST http://<Servername>/OperationsManager/data/scomGroups

[
  "DisplayName LIKE '%All Windows Computers%'"
]

Sample Response

{
  "scopeDatas": [
    {
      "id": "3c8ac4f3-475e-44dd-4163-8a97af363705",
      "displayName": "All Windows Computers",
      "className": "All Windows Computers",
      "path": null,
      "fullName": "Microsoft.SystemCenter.AllComputersGroup"
    }
  ]
}

Definitions

Name Description
ScopeData
ScopeDataResponse

ScopeData

Name Type Description
className

string

Class Name

displayName

string

Display Name

fullName

string

Full Name

id

string

ID

path

string

Path

ScopeDataResponse

Name Type Description
scopeDatas

ScopeData[]

Scope Data