initial commit
This commit is contained in:
13
dev/itop/itop-integrations/my-json-operation.json
Executable file
13
dev/itop/itop-integrations/my-json-operation.json
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"operation":"core/create",
|
||||
"comment":"Synchronization from blah...",
|
||||
"class":"UserRequest",
|
||||
"output_fields":"id, friendlyname",
|
||||
"fields":
|
||||
{
|
||||
"org_id":"SELECT Organization WHERE name = 'ALLDCS'",
|
||||
"caller_id":{"name":"Krings","first_name":"Allard"},
|
||||
"title":"issue blah",
|
||||
"description":"something happened"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user