app-operations_manager

On this page:

addJobGroup

Summary

Add GBAC to a Job

Description

Add a group id to the groups array of a Job.

Route

POST /operations-manager/jobs/:jobId/groups

Roles

admin apiwrite engineering operations

Parameters

DetailsExampleSchema
Name Type Required Description
jobId string yes The id of the Job to modify.
groupId string yes The group id to add to the Job.

Return

DetailsExampleSchema
Name Type Description
result object The result of the add group operation.