Control D integration (Security, Developer Tools). Imported from open-connector.
https://api.controld.com/ip
/profiles
| Param | Type | Required | Description |
|---|---|---|---|
| forceOrgId | string | optional | Optional child organization ID forwarded as the X-Force-Org-Id header. |
/profiles/{profileId}
| Param | Type | Required | Description |
|---|---|---|---|
| profileId | string | required | The Control D profile primary key. |
| forceOrgId | string | optional | Optional child organization ID forwarded as the X-Force-Org-Id header. |
/services/categories
/services/categories/{category}
| Param | Type | Required | Description |
|---|---|---|---|
| category | string | required | The Control D service category primary key. |
/profiles/{profileId}/rules
| Param | Type | Required | Description |
|---|---|---|---|
| profileId | string | required | The Control D profile primary key. |
| forceOrgId | string | optional | Optional child organization ID forwarded as the X-Force-Org-Id header. |
/profiles/{profileId}/rules/{ruleId}
| Param | Type | Required | Description |
|---|---|---|---|
| profileId | string | required | The Control D profile primary key. |
| ruleId | string | required | The Control D rule primary key, usually a hostname or wildcard pattern. |
| forceOrgId | string | optional | Optional child organization ID forwarded as the X-Force-Org-Id header. |