[Index]
Model ref.: relation/HcsCustomerEquipmentREL
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false
},
"name": {
"title": "Name",
"type": "string",
"maxLength": 128,
"required": true,
"readonly": false,
"is_password": false,
"displayable": false
},
"isRouter": {
"title": "Is Router",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"isGateway": {
"title": "Is Gateway",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"isSRST": {
"title": "Is SRST",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"isMediaDevice": {
"title": "Is Media Device",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"isCubeEnterprise": {
"title": "Is Cube Enterprise",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"description": {
"title": "Description",
"type": "string",
"maxLength": 152,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false
},
"cUOM": {
"title": "CUOM",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfCUOMDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HCSHcmfCUOMDAT",
"choices": []
},
"cluster": {
"title": "Cluster",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfClusterDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HCSHcmfClusterDAT",
"choices": []
},
"customerLocation": {
"title": "Customer Location",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfCustomerLocationDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HCSHcmfCustomerLocationDAT",
"choices": []
},
"monitorsPrimeCollab": {
"title": "Monitors Prime Collab",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfPrimeCollabDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HCSHcmfPrimeCollabDAT",
"choices": []
},
"credentials": {
"title": "Credentials",
"type": "array",
"minItems": 0,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"items": {
"type": "object",
"is_password": false,
"properties": {
"description": {
"title": "Description",
"type": "string",
"maxLength": 128,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"typeCredential": {
"title": "Type Credential",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"choices": [
{
"value": "SNMP_V1",
"title": "SNMP_V1"
},
{
"value": "SNMP_V2",
"title": "SNMP_V2"
},
{
"value": "SNMP_V3",
"title": "SNMP_V3"
},
{
"value": "ADMIN",
"title": "ADMIN"
},
{
"value": "PLATFORM",
"title": "PLATFORM"
},
{
"value": "WMI",
"title": "WMI"
},
{
"value": "IOS_ENABLE",
"title": "IOS_ENABLE"
},
{
"value": "HTTP",
"title": "HTTP"
},
{
"value": "CLI",
"title": "CLI"
},
{
"value": "OPERATOR",
"title": "OPERATOR"
},
{
"value": "SFTP",
"title": "SFTP"
},
{
"value": "JTAPI",
"title": "JTAPI"
}
]
},
"userID": {
"title": "User ID",
"type": "string",
"maxLength": 256,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"password_CommunityString": {
"title": "Password Community String",
"type": "string",
"maxLength": 512,
"required": false,
"readonly": false,
"displayable": false,
"is_password": true,
"store_encrypted": true
},
"typeSNMPAccess": {
"title": "Type SNMP Access",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false,
"default": "RO",
"choices": [
{
"value": "RO",
"title": "RO"
},
{
"value": "RW",
"title": "RW"
}
]
}
}
}
},
"networkAddresses": {
"title": "Network Addresses",
"type": "array",
"minItems": 0,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"items": {
"type": "object",
"is_password": false,
"properties": {
"typeAddressSpace": {
"title": "Type Address Space",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"choices": [
{
"value": "APPLICATION_SPACE",
"title": "APPLICATION_SPACE"
},
{
"value": "SERVICE_PROVIDER_SPACE",
"title": "SERVICE_PROVIDER_SPACE"
},
{
"value": "CUSTOMER_SPACE",
"title": "CUSTOMER_SPACE"
}
]
},
"description": {
"title": "Description",
"type": "string",
"maxLength": 128,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"iPAddrV4": {
"title": "IP Addr V4",
"type": "string",
"maxLength": 64,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"iPAddrV6": {
"title": "IP Addr V6",
"type": "string",
"maxLength": 64,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"hostShortNameOnly": {
"title": "Host Short Name Only",
"type": "string",
"maxLength": 128,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"domain": {
"title": "Domain",
"type": "string",
"maxLength": 128,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"isSRVAddress": {
"title": "Is SRV Address",
"type": "boolean",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"default": false
}
}
}
},
"bkCustomer_shortName": {
"title": "Bk Customer Short Name",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfCustomerDAT/choices/?field=shortName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "shortName",
"target_model_type": "data/HCSHcmfCustomerDAT",
"choices": []
},
"bkCustomerLocation_shortName": {
"title": "Bk Customer Location Short Name",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfCustomerLocationDAT/choices/?field=shortName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "shortName",
"target_model_type": "data/HCSHcmfCustomerLocationDAT",
"choices": []
},
"clone": {
"title": "Clone",
"type": "object",
"properties": {
"id": {
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false
},
"name": {
"title": "Name",
"type": "string",
"maxLength": 128,
"required": true,
"readonly": false,
"is_password": false,
"displayable": false
},
"isRouter": {
"title": "Is Router",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"isGateway": {
"title": "Is Gateway",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"isSRST": {
"title": "Is SRST",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"isMediaDevice": {
"title": "Is Media Device",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"isCubeEnterprise": {
"title": "Is Cube Enterprise",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": false
},
"description": {
"title": "Description",
"type": "string",
"maxLength": 152,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false
},
"cUOM": {
"title": "CUOM",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfCUOMDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HCSHcmfCUOMDAT",
"choices": []
},
"cluster": {
"title": "Cluster",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfClusterDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HCSHcmfClusterDAT",
"choices": []
},
"customerLocation": {
"title": "Customer Location",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfCustomerLocationDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HCSHcmfCustomerLocationDAT",
"choices": []
},
"monitorsPrimeCollab": {
"title": "Monitors Prime Collab",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfPrimeCollabDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HCSHcmfPrimeCollabDAT",
"choices": []
},
"credentials": {
"title": "Credentials",
"type": "array",
"minItems": 0,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"items": {
"type": "object",
"is_password": false,
"properties": {
"description": {
"title": "Description",
"type": "string",
"maxLength": 128,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"typeCredential": {
"title": "Type Credential",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"choices": [
{
"value": "SNMP_V1",
"title": "SNMP_V1"
},
{
"value": "SNMP_V2",
"title": "SNMP_V2"
},
{
"value": "SNMP_V3",
"title": "SNMP_V3"
},
{
"value": "ADMIN",
"title": "ADMIN"
},
{
"value": "PLATFORM",
"title": "PLATFORM"
},
{
"value": "WMI",
"title": "WMI"
},
{
"value": "IOS_ENABLE",
"title": "IOS_ENABLE"
},
{
"value": "HTTP",
"title": "HTTP"
},
{
"value": "CLI",
"title": "CLI"
},
{
"value": "OPERATOR",
"title": "OPERATOR"
},
{
"value": "SFTP",
"title": "SFTP"
},
{
"value": "JTAPI",
"title": "JTAPI"
}
]
},
"userID": {
"title": "User ID",
"type": "string",
"maxLength": 256,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"password_CommunityString": {
"title": "Password Community String",
"type": "string",
"maxLength": 512,
"required": false,
"readonly": false,
"displayable": false,
"is_password": true,
"store_encrypted": true
},
"typeSNMPAccess": {
"title": "Type SNMP Access",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false,
"default": "RO",
"choices": [
{
"value": "RO",
"title": "RO"
},
{
"value": "RW",
"title": "RW"
}
]
}
}
}
},
"networkAddresses": {
"title": "Network Addresses",
"type": "array",
"minItems": 0,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"items": {
"type": "object",
"is_password": false,
"properties": {
"typeAddressSpace": {
"title": "Type Address Space",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"choices": [
{
"value": "APPLICATION_SPACE",
"title": "APPLICATION_SPACE"
},
{
"value": "SERVICE_PROVIDER_SPACE",
"title": "SERVICE_PROVIDER_SPACE"
},
{
"value": "CUSTOMER_SPACE",
"title": "CUSTOMER_SPACE"
}
]
},
"description": {
"title": "Description",
"type": "string",
"maxLength": 128,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"iPAddrV4": {
"title": "IP Addr V4",
"type": "string",
"maxLength": 64,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"iPAddrV6": {
"title": "IP Addr V6",
"type": "string",
"maxLength": 64,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"hostShortNameOnly": {
"title": "Host Short Name Only",
"type": "string",
"maxLength": 128,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"domain": {
"title": "Domain",
"type": "string",
"maxLength": 128,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"isSRVAddress": {
"title": "Is SRV Address",
"type": "boolean",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"default": false
}
}
}
},
"bkCustomer_shortName": {
"title": "Bk Customer Short Name",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfCustomerDAT/choices/?field=shortName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "shortName",
"target_model_type": "data/HCSHcmfCustomerDAT",
"choices": []
},
"bkCustomerLocation_shortName": {
"title": "Bk Customer Location Short Name",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HCSHcmfCustomerLocationDAT/choices/?field=shortName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "shortName",
"target_model_type": "data/HCSHcmfCustomerLocationDAT",
"choices": []
}
}
}
},
"schema_version": "2.2"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/relation/HcsCustomerEquipmentREL/add/ |
|
The GUI Add form of relation/HcsCustomerEquipmentREL as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Create | POST | /api/relation/HcsCustomerEquipmentREL | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/relation/HcsCustomerEquipmentREL/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/HcsCustomerEquipmentREL/[pkid1]", "/api/relation/HcsCustomerEquipmentREL/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/HcsCustomerEquipmentREL/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/HcsCustomerEquipmentREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/HcsCustomerEquipmentREL/export/ |
|
{ "hrefs":["/api/relation/HcsCustomerEquipmentREL/[pkid1]", "/api/relation/HcsCustomerEquipmentREL/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of relation/HcsCustomerEquipmentREL and the JSON format can be used to import instances of relation/HcsCustomerEquipmentREL.
GET http://[host-proxy]/api/relation/HcsCustomerEquipmentREL/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for relation/HcsCustomerEquipmentREL | POST | /api/relation/HcsCustomerEquipmentREL/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/relation/HcsCustomerEquipmentREL/ |
|
The relation/HcsCustomerEquipmentREL schema and all instances as JSON. |
(The list will return 0 to 3 relation/HcsCustomerEquipmentREL instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 8,
"total_limit": null,
"order_by": "bkCustomer_shortName",
"direction": "asc",
"current": "/api/relation/HcsCustomerEquipmentREL/?skip=0&limit=3&order_by=bkCustomer_shortName&direction=asc&traversal=down"
},
"operations": [
"help",
"remove",
"get",
"export",
"list",
"field_display_policy",
"update",
"export_bulkload_template",
"bulk_update",
"configuration_template",
"add"
],
"meta": {
"model_type": "relation/HcsCustomerEquipmentREL",
"summary_attrs": [
{
"name": "bkCustomer_shortName",
"title": "Bk Customer Short Name"
},
{
"name": "bkCustomerLocation_shortName",
"title": "Bk Customer Location Short Name"
},
{
"name": "name",
"title": "Name"
},
{
"name": "id",
"title": "Id"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [],
"self": [
{
"href": "/api/relation/HcsCustomerEquipmentREL/None/",
"pkid": null
}
]
},
"model_specific_actions": [
"help",
"remove",
"get",
"export",
"list",
"update",
"export_bulkload_template",
"add"
],
"schema_version": "2.2",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/relation/HcsCustomerEquipmentREL/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/HcsCustomerEquipmentREL/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/relation/HcsCustomerEquipmentREL/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"export_bulkload_template": {
"method": "POST",
"class": "bulkload_template",
"href": "/api/relation/HcsCustomerEquipmentREL/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/relation/HcsCustomerEquipmentREL/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/HcsCustomerEquipmentREL/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"resources": [
{
"data": {
"name": "AAA-London-VG224-GW1",
"isCubeEnterprise": false,
"isSRST": false,
"credentials": [
{
"typeSNMPAccess": "RO",
"typeCredential": "SNMP_V2",
"password_CommunityString": "==$qFZyPa7IGB38U3Lg$u//oJLgAemk=$=="
}
],
"isMediaDevice": false,
"networkAddresses": [
{
"iPAddrV4": "172.30.20.11",
"description": "AAA-London-VG224 SCCP GW1",
"hostShortNameOnly": "AAA-London-VG224-GW1",
"isSRVAddress": false,
"typeAddressSpace": "SERVICE_PROVIDER_SPACE"
}
],
"bkCustomer_shortName": "AAAGlobal",
"isGateway": true,
"bkCustomerLocation_shortName": "Internal_Reserved",
"id": "7",
"customerLocation": "[\"AAAGlobal\", \"Internal_Reserved\", \"65\"]",
"isRouter": false,
"pkid": "66b073a0295bb3e2b64f2c3b",
"hierarchy_friendly_name": "AAAGlobal (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal"
},
"meta": {
"model_type": "relation/HcsCustomerEquipmentREL",
"summary_attrs": [
{
"name": "bkCustomer_shortName",
"title": "Bk Customer Short Name"
},
{
"name": "bkCustomerLocation_shortName",
"title": "Bk Customer Location Short Name"
},
{
"name": "name",
"title": "Name"
},
{
"name": "id",
"title": "Id"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {
"unique": [
"bkCustomer_shortName",
"bkCustomerLocation_shortName",
"name",
"id"
],
"hierarchy": false,
"consider_null": true
},
"api_version": "21.2",
"cached": true,
"references": {
"parent": [
{
"pkid": "5a8673030085ec1f7f30e906",
"href": "/api/data/HierarchyNode/5a8673030085ec1f7f30e906"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [
{
"pkid": "66b07394295bb3e2b64f2bbb",
"path": "customerLocation",
"model_type": "data/HCSHcmfCustomerLocationDAT"
},
{
"pkid": "66b0738d295bb3e2b64f2b3f",
"path": "bkCustomer_shortName",
"model_type": "data/HCSHcmfCustomerDAT"
},
{
"pkid": "66b07394295bb3e2b64f2bbb",
"path": "bkCustomerLocation_shortName",
"model_type": "data/HCSHcmfCustomerLocationDAT"
}
],
"owner": [
{
"pkid": ""
}
],
"self": [
{
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/",
"pkid": "66b073a0295bb3e2b64f2c3a"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"66b073a0295bb3e2b64f2c3a"
],
"schema_version": "11.5.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "66b073a0295bb3e2b64f2c3a"
},
{
"data": {
"name": "AAA-Boston-VG224-GW1",
"isCubeEnterprise": false,
"isSRST": false,
"credentials": [
{
"typeSNMPAccess": "RO",
"typeCredential": "SNMP_V2",
"password_CommunityString": "==$ljm683UB28FJxK3E$QYgu1yB6YOo=$=="
}
],
"isMediaDevice": false,
"networkAddresses": [
{
"iPAddrV4": "172.30.20.12",
"description": "AAA-Boston-VG22 SCCP GW1",
"hostShortNameOnly": "AAA-Boston-VG224-GW1",
"isSRVAddress": false,
"typeAddressSpace": "SERVICE_PROVIDER_SPACE"
}
],
"bkCustomer_shortName": "AAAGlobal",
"isGateway": true,
"bkCustomerLocation_shortName": "Internal_Reserved",
"id": "8",
"customerLocation": "[\"AAAGlobal\", \"Internal_Reserved\", \"65\"]",
"isRouter": false,
"pkid": "66b073a1295bb3e2b64f2c3e",
"hierarchy_friendly_name": "AAAGlobal (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal"
},
"meta": {
"model_type": "relation/HcsCustomerEquipmentREL",
"summary_attrs": [
{
"name": "bkCustomer_shortName",
"title": "Bk Customer Short Name"
},
{
"name": "bkCustomerLocation_shortName",
"title": "Bk Customer Location Short Name"
},
{
"name": "name",
"title": "Name"
},
{
"name": "id",
"title": "Id"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {
"unique": [
"bkCustomer_shortName",
"bkCustomerLocation_shortName",
"name",
"id"
],
"hierarchy": false,
"consider_null": true
},
"api_version": "21.2",
"cached": true,
"references": {
"parent": [
{
"pkid": "5a8673030085ec1f7f30e906",
"href": "/api/data/HierarchyNode/5a8673030085ec1f7f30e906"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [
{
"pkid": "66b07394295bb3e2b64f2bbb",
"path": "customerLocation",
"model_type": "data/HCSHcmfCustomerLocationDAT"
},
{
"pkid": "66b0738d295bb3e2b64f2b3f",
"path": "bkCustomer_shortName",
"model_type": "data/HCSHcmfCustomerDAT"
},
{
"pkid": "66b07394295bb3e2b64f2bbb",
"path": "bkCustomerLocation_shortName",
"model_type": "data/HCSHcmfCustomerLocationDAT"
}
],
"owner": [
{
"pkid": ""
}
],
"self": [
{
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c3d/",
"pkid": "66b073a1295bb3e2b64f2c3d"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"66b073a1295bb3e2b64f2c3d"
],
"schema_version": "11.5.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c3d/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c3d/",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c3d/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c3d/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c3d/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "66b073a1295bb3e2b64f2c3d"
},
{
"data": {
"name": "AAA-Boston-VG224-GW2",
"isCubeEnterprise": false,
"isSRST": false,
"credentials": [
{
"typeSNMPAccess": "RO",
"typeCredential": "SNMP_V2",
"password_CommunityString": "==$F46bDVjozsyueljN$hZ+6x9iLQXY=$=="
}
],
"isMediaDevice": false,
"networkAddresses": [
{
"iPAddrV4": "172.30.20.13",
"description": "AAA-Boston-VG224 SCCP GW2",
"hostShortNameOnly": "AAA-Boston-VG224-GW2",
"isSRVAddress": false,
"typeAddressSpace": "SERVICE_PROVIDER_SPACE"
}
],
"bkCustomer_shortName": "AAAGlobal",
"isGateway": true,
"bkCustomerLocation_shortName": "Internal_Reserved",
"id": "9",
"customerLocation": "[\"AAAGlobal\", \"Internal_Reserved\", \"65\"]",
"isRouter": false,
"pkid": "66b073a1295bb3e2b64f2c41",
"hierarchy_friendly_name": "AAAGlobal (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal"
},
"meta": {
"model_type": "relation/HcsCustomerEquipmentREL",
"summary_attrs": [
{
"name": "bkCustomer_shortName",
"title": "Bk Customer Short Name"
},
{
"name": "bkCustomerLocation_shortName",
"title": "Bk Customer Location Short Name"
},
{
"name": "name",
"title": "Name"
},
{
"name": "id",
"title": "Id"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {
"unique": [
"bkCustomer_shortName",
"bkCustomerLocation_shortName",
"name",
"id"
],
"hierarchy": false,
"consider_null": true
},
"api_version": "21.2",
"cached": true,
"references": {
"parent": [
{
"pkid": "5a8673030085ec1f7f30e906",
"href": "/api/data/HierarchyNode/5a8673030085ec1f7f30e906"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [
{
"pkid": "66b07394295bb3e2b64f2bbb",
"path": "customerLocation",
"model_type": "data/HCSHcmfCustomerLocationDAT"
},
{
"pkid": "66b0738d295bb3e2b64f2b3f",
"path": "bkCustomer_shortName",
"model_type": "data/HCSHcmfCustomerDAT"
},
{
"pkid": "66b07394295bb3e2b64f2bbb",
"path": "bkCustomerLocation_shortName",
"model_type": "data/HCSHcmfCustomerLocationDAT"
}
],
"owner": [
{
"pkid": ""
}
],
"self": [
{
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c40/",
"pkid": "66b073a1295bb3e2b64f2c40"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"66b073a1295bb3e2b64f2c40"
],
"schema_version": "11.5.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c40/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c40/",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c40/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c40/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a1295bb3e2b64f2c40/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "66b073a1295bb3e2b64f2c40"
}
]
}
(Show the first instance)
{
"data": {
"name": "AAA-London-VG224-GW1",
"isCubeEnterprise": false,
"isSRST": false,
"credentials": [
{
"typeSNMPAccess": "RO",
"typeCredential": "SNMP_V2",
"password_CommunityString": "==$qFZyPa7IGB38U3Lg$u//oJLgAemk=$=="
}
],
"isMediaDevice": false,
"networkAddresses": [
{
"iPAddrV4": "172.30.20.11",
"description": "AAA-London-VG224 SCCP GW1",
"hostShortNameOnly": "AAA-London-VG224-GW1",
"isSRVAddress": false,
"typeAddressSpace": "SERVICE_PROVIDER_SPACE"
}
],
"bkCustomer_shortName": "AAAGlobal",
"isGateway": true,
"bkCustomerLocation_shortName": "Internal_Reserved",
"id": "7",
"customerLocation": "[\"AAAGlobal\", \"Internal_Reserved\", \"65\"]",
"isRouter": false,
"clone": {
"name": "AAA-London-VG224-GW1",
"isCubeEnterprise": false,
"isSRST": false,
"credentials": [
{
"typeSNMPAccess": "RO",
"typeCredential": "SNMP_V2",
"password_CommunityString": "==$qFZyPa7IGB38U3Lg$u//oJLgAemk=$=="
}
],
"isMediaDevice": false,
"networkAddresses": [
{
"iPAddrV4": "172.30.20.11",
"description": "AAA-London-VG224 SCCP GW1",
"hostShortNameOnly": "AAA-London-VG224-GW1",
"isSRVAddress": false,
"typeAddressSpace": "SERVICE_PROVIDER_SPACE"
}
],
"bkCustomer_shortName": "AAAGlobal",
"isGateway": true,
"bkCustomerLocation_shortName": "Internal_Reserved",
"id": "7",
"customerLocation": "[\"AAAGlobal\", \"Internal_Reserved\", \"65\"]",
"isRouter": false
}
},
"meta": {
"model_type": "relation/HcsCustomerEquipmentREL",
"summary_attrs": [
{
"name": "bkCustomer_shortName",
"title": "Bk Customer Short Name"
},
{
"name": "bkCustomerLocation_shortName",
"title": "Bk Customer Location Short Name"
},
{
"name": "name",
"title": "Name"
},
{
"name": "id",
"title": "Id"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "AAA-London-VG224-GW1",
"business_key": {},
"api_version": "21.2",
"cached": true,
"cache_control_policy": "cache_then_device",
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"children": [],
"parent": [
{
"pkid": "5a8673030085ec1f7f30e906",
"href": "/api/data/HierarchyNode/5a8673030085ec1f7f30e906"
}
],
"self": [
{
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/",
"pkid": "66b073a0295bb3e2b64f2c3a"
}
]
},
"schema_version": "2.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/relation/HcsCustomerEquipmentREL/66b073a0295bb3e2b64f2c3a/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"pkid": "66b073a0295bb3e2b64f2c3a"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for relation/HcsCustomerEquipmentREL. | GET | /api/relation/HcsCustomerEquipmentREL/help | hierarchy=[hierarchy] | On-line help of Model ref.: relation/HcsCustomerEquipmentREL as HTML |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/relation/HcsCustomerEquipmentREL/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/relation/HcsCustomerEquipmentREL/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and a single instance with [pkid] of relation/HcsCustomerEquipmentREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/HcsCustomerEquipmentREL/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of relation/HcsCustomerEquipmentREL and the JSON format can be used to import instances of relation/HcsCustomerEquipmentREL.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/relation/HcsCustomerEquipmentREL/[pkid] | hierarchy=[hierarchy] | The relation/HcsCustomerEquipmentREL instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/relation/HcsCustomerEquipmentREL/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for relation/HcsCustomerEquipmentREL. |