API Documentation

Last Update: 28 December 2022

DELETE api/hostipamcustomproperty/{id}



Request Information


URI Parameters
Name Description Type Additional information
id

integer

Required

Body Parameters

None.

Response Information


Resource Description
hostipamcustomproperty
Name Description Type Additional information
ID

integer

None.

hostipamlocalid

integer

None.

Custom01

string

None.

Custom02

string

None.

Custom03

string

None.

Custom04

string

None.

Custom05

string

None.

Custom06

string

None.

Custom07

string

None.

Custom08

string

None.

Custom09

string

None.

Custom10

string

None.

System01

string

None.

System02

string

None.

System03

string

None.

System04

string

None.

System05

string

None.

LastUpdate

date

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "hostipamlocalid": 2,
  "Custom01": "sample string 3",
  "Custom02": "sample string 4",
  "Custom03": "sample string 5",
  "Custom04": "sample string 6",
  "Custom05": "sample string 7",
  "Custom06": "sample string 8",
  "Custom07": "sample string 9",
  "Custom08": "sample string 10",
  "Custom09": "sample string 11",
  "Custom10": "sample string 12",
  "System01": "sample string 13",
  "System02": "sample string 14",
  "System03": "sample string 15",
  "System04": "sample string 16",
  "System05": "sample string 17",
  "LastUpdate": "2024-11-21T06:23:39.3919952+00:00",
  "RecordStatus": 19
}