app-operations_manager

On this page:

addJobGroup

Summary

Adds a group ID to the groups array of a job

Description

Adds 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 identifier of the job to modify
groupId string yes Group ID to add to the job.

Return

DetailsExampleSchema
Name Type Description
result object Result of the operation