Unsupported content

 

This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Retrieve LDAP group assignments for a BAO group

Retrieves details about the LDAP groups assigned to the BMC Atrium Orchestrator groups.

This topic includes the following sections:

Request

HTTP method: GET

Request URL: https://<hostname>:<port>/baocdp/rest/groupmappings

Header: See HTTP request and response headers for header information, such as required authentication token. 

Request body properties

This call does not require a request body.

Response

If successful, this method retrieves a list of the LDAP groups assigned to the specified group.

Response body properties

Property

Description

status

Status of the request

message

Message associated with the request status

Example response JSON

{
  "baogroup":"aoadmin",
  "groups":[“windowsAdmins”,“linuxAdmins"]
}

Status codes and messages

For more details about HTTP response codes, see HTTP response codes.

HTTP code

Message

Description

200

OK

Request succeeded

400

 

Bad request

An error occurred while uploading the resource.

401

 

Unauthorized

405

 

Method not allowed


Related topics

HTTP request and response headers

Format of API examples

Assign LDAP groups to a BAO group

Remove LDAP groups from a BAO group

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments