servicenow_api

package
v2.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BaseServer = "service-now.com/"
)

Variables

This section is empty.

Functions

func InsertRecordToTable

func InsertRecordToTable(user, password, instance, table string, content []byte) error

Types

type ServiceNowData

type ServiceNowData struct {
	ShortDescription string `json:"short_description"`
	WorkNotes        string `json:"work_notes"`
	Opened           string `json:"opened_at"`
	Caller           string `json:"caller_id"`
	Category         string `json:"category"`
	Subcategory      string `json:"subcategory"`
	Impact           int    `json:"impact"`
	Urgency          int    `json:"urgency"`
	State            int    `json:"state"`
	Description      string `json:"description"`
	AssignedTo       string `json:"assigned_to"`
	AssignmentGroup  string `json:"assignment_group"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL