@itentialopensource/adapter-solarwinds_servicedesk
Version:
This adapter integrates with system described as: solarwindsServiceDeskApi.
54 lines • 1.12 kB
JSON
{
"catalog_item": {
"id": "10000",
"number": "1000",
"name": "CI Name",
"description": "description",
"created_at": "2025-01-01T00:00:00.000+01:00",
"site": {
"id": "1",
"name": "Austin TX, USA",
"location": "AUS",
"description": "",
"time_zone": ""
},
"department": {
"id": "1",
"name": "Support",
"description": "",
"default_assignee_id": "1"
},
"category": {
"id": "10000",
"name": "Facilities",
"default_tags": "tagA, tagB",
"parent_id": "null",
"default_assignee_id": "1"
},
"subcategory": {
"id": "1000",
"name": "Equipment",
"default_tags": "",
"parent_id": "10000",
"default_assignee_id": "1"
},
"expected_delivery_time": "1 day",
"currency": "USD",
"price": "1",
"show_price": true,
"tags": [
{
"id": 1,
"name": "tag1",
"taggings_count": 1
}
],
"origin": "api",
"incidents": [
{
"id": "100",
"href": "https://mydomain.com/incidents/100"
}
]
}
}