Set
Set Bundle Automation
post/api/v1/catalogs/{request_catalog_id}/bundle_automation
Invokes the c1.api.requestcatalog.v1.RequestCatalogManagementService.SetBundleAutomation method.
Path Parameters
request_catalog_idstring
The requestCatalogId field.
Body Parameters
createTasksboolean
optional
The createTasks field.
enabledboolean
optional
The enabled field.
The BundleAutomationRuleEntitlement message.
Returns
createdAtstringcreateTasksbooleandeletedAtstringenabledbooleanentitlementsBundleAutomationRuleEntitlementrequestCatalogIdstringstateobjecttenantIdstringupdatedAtstringBundleAutomation
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/catalogs/$REQUEST_CATALOG_ID/bundle_automation \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"createdAt": "2019-12-27T18:11:19.117Z",
"createTasks": true,
"deletedAt": "2019-12-27T18:11:19.117Z",
"enabled": true,
"entitlements": {
"entitlementRefs": [
{
"id": "id",
"appId": "appId"
}
]
},
"requestCatalogId": "requestCatalogId",
"state": {
"errorMessage": "errorMessage",
"lastRunAt": "2019-12-27T18:11:19.117Z",
"status": "BUNDLE_AUTOMATION_RUN_STATUS_UNSPECIFIED"
},
"tenantId": "tenantId",
"updatedAt": "2019-12-27T18:11:19.117Z"
}