Commit cc599a4
feat(manageengine): add ManageEngine ServiceDesk Plus Cloud integration (#7447)
* feat(manageengine): add ManageEngine ServiceDesk Plus Cloud integration
31 tools across requests, problems, changes, assets, and knowledge base
solutions, with full create/read/list/update/delete on each plus notes on
requests, problems, and changes.
Auth reuses the existing Zoho OAuth client: ServiceDesk Plus authenticates
through Zoho and scopes are chosen per authorization request rather than per
registered client, so manageengine-sdp aliases onto the zoho-desk deployment
capability and needs no new env pair. Connecting requires a Zoho account in
the US data center, matching the existing Zoho connector's limitation.
The standalone Tasks module is deliberately not implemented: its endpoints
are documented but the scope table publishes no tasks entry.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HbUGaP3XyrSm3Lk3k959j2
* fix(manageengine): address review findings
- display_id on problems, changes and solutions reused the timestamp property
map, so generated metadata described a record number like "140" as epoch
milliseconds. Give it its own map.
- parseSdpResponse turned a non-empty, non-JSON 2xx body into {} and reported
success — a proxy or login page answering 200 with HTML would make a read look
empty and a delete look like it worked. Throw instead; an empty body is still
tolerated.
- Scope the docs setup step: connect a Zoho account, with client registration
called out as self-hosted only.
- The block described notes on "any ITSM record"; only requests, problems and
changes have note endpoints here.
- Assert all ten data-center hosts, not four, and guard the count so a new code
fails the test until asserted.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HbUGaP3XyrSm3Lk3k959j2
* fix(manageengine): reject JSON-array response bodies
A 2xx body that parses to an array passed the `typeof 'object'` check, so it
was accepted as a v3 envelope. It carries no `response_status`, so a list read
as empty and a delete reported success. Reject arrays and `null` alongside the
scalar case already handled.
Also name the display_id children in its description — the docs generator
renders one level of output nesting repo-wide, so the shape is otherwise
invisible on the page.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HbUGaP3XyrSm3Lk3k959j2
---------
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 68f740d commit cc599a4
60 files changed
Lines changed: 8085 additions & 4 deletions
File tree
- apps
- docs
- components
- ui
- content/docs/integrations
- sim
- blocks
- blocks
- components
- lib
- auth/connectors
- copilot/generated
- integrations
- oauth
- tools
- generated
- manageengine_sdp
- packages/deployment-config/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3196 | 3196 | | |
3197 | 3197 | | |
3198 | 3198 | | |
| 3199 | + | |
| 3200 | + | |
| 3201 | + | |
| 3202 | + | |
| 3203 | + | |
| 3204 | + | |
| 3205 | + | |
| 3206 | + | |
| 3207 | + | |
| 3208 | + | |
| 3209 | + | |
| 3210 | + | |
| 3211 | + | |
| 3212 | + | |
| 3213 | + | |
| 3214 | + | |
| 3215 | + | |
| 3216 | + | |
| 3217 | + | |
| 3218 | + | |
| 3219 | + | |
| 3220 | + | |
| 3221 | + | |
| 3222 | + | |
| 3223 | + | |
| 3224 | + | |
| 3225 | + | |
| 3226 | + | |
| 3227 | + | |
| 3228 | + | |
| 3229 | + | |
| 3230 | + | |
| 3231 | + | |
| 3232 | + | |
| 3233 | + | |
| 3234 | + | |
| 3235 | + | |
| 3236 | + | |
| 3237 | + | |
| 3238 | + | |
| 3239 | + | |
| 3240 | + | |
| 3241 | + | |
| 3242 | + | |
| 3243 | + | |
| 3244 | + | |
3199 | 3245 | | |
3200 | 3246 | | |
3201 | 3247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
448 | 449 | | |
449 | 450 | | |
450 | 451 | | |
| 452 | + | |
451 | 453 | | |
452 | 454 | | |
453 | 455 | | |
| |||
Lines changed: 1396 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
0 commit comments