Assign LDAP groups to a BAO group
Assigns the specified LDAP group (or multiple groups) to a specified BMC Atrium Orchestrator group.
This topic includes the following sections:
Request
HTTP method: PUT
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
Property | Type | Required | Description | Values | Default value |
|---|---|---|---|---|---|
baogroup | String | Yes | BMC Atrium Orchestrator group to which the LDAP groups are assigned | User-defined | NA |
groups | String array | Yes | List of LDAP groups to assign to the BMC Atrium Orchestrator group | User-defined | NA |
Example request body
"baogroup":"aoadmin",
"groups":[“windowsAdmins”,“linuxAdmins"]
}
Response
If successful, this method assigns the specified LDAP group (or multiple groups) to the specified BMC Atrium Orchestrator 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 |
| One or more mapping for the BMC Atrium Orchestrator group already exists | One or more of the groups specified to be assigned to the BMC Atrium Orchestrator group is already assigned to the BMC Atrium Orchestrator group |
400 |
| Bad request An error occurred while uploading the resource. |
401 |
| Unauthorized |
405 |
| Method not allowed |
Related topics
HTTP-request-and-response-headers