@itentialopensource/adapter-solarwinds_servicedesk
Version:
This adapter integrates with system described as: solarwindsServiceDeskApi.
21 lines • 417 B
JSON
{
"solution": {
"id": "10000",
"number": "1000",
"name": "Solution Name",
"description": "description",
"created_at": "2025-01-01T00:00:00.000+01:00",
"creator": {
"id": "1",
"name": "John Doe",
"email": "john.doe@email.com"
},
"origin": "api",
"incidents": [
{
"id": "100",
"href": "https://mydomain.com/incidents/100"
}
]
}
}