UCMDB REST API Documentation
Notes:
To view the interactive REST API Reference documentation and to try executing the sample code for each REST API call, access CMS UI, and go to Help > REST API Reference.
In a classic version of UCMDB, make sure you add /rest-api to the beginning of the URL, so that it becomes /rest-api/authenticate.
In a containerized version, make sure you add /ucmdb-server/rest-api to the beginning of the URL, so that it becomes /ucmdb-server/rest-api/authenticate.
[ Jump to Models ]
Table of Contents
Up
post /administration/recipients
create recipient (createRecipient)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful operation
400
Error while checking input
500
Error while executing operation
Up
delete /administration/recipients
delete recipients (deleteRecipient)
Query parameters
ids (required)
Query Parameter — ids of the recipients that you want to delete.
Responses
200
Successful operation
400
Error while checking input
500
Error while executing operation
Up
get /administration/recipients
get recipients (getRecipients)
Responses
200
Successful operation
400
Error while checking input
500
Error while executing operation
Up
put /administration/recipients/{id}
update recipient (updateRecipient)
Path parameters
id (required)
Path Parameter — recipient id
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful operation
400
Error while checking input
500
Error while executing operation
This call returns a token based on user credentials. (authenticateUser)
This call returns a token based on user credentials.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized
405
Method Not Allowed
Up
post /classModel/citypes
Create CI Type (includes Relationship and Calculated Link) (createCIType)
Rule Xml must be base64 encoded
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
post /classModel/calculatedlinks
Create Calculated Link (createCalculatedLink)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
post /classModel/relationships
Create Relationship (includes Calculated Link) (createRelationship)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
post /classModel/systemtypes
Create system type (createSystemType)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
delete /classModel/citypes/{name}
Delete specific CI Type (includes Relationship and Calculated Link) (deleteCIType)
Path parameters
name (required)
Path Parameter — name
Responses
204
No Content
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
delete /classModel/calculatedlinks/{name}
Delete specific Calculated Link (deleteCalculatedLink)
Path parameters
name (required)
Path Parameter — name
Responses
204
No Content
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
delete /classModel/relationships/{name}
Delete specific relationship (includes Calculated Link) (deleteRelationship)
Path parameters
name (required)
Path Parameter — name
Responses
204
No Content
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
delete /classModel/systemtypes/{name}
Delete system type by name (deleteSystemType)
Path parameters
name (required)
Path Parameter — name
Responses
204
No Content
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /classModel/citypes/{name}
Get specific CI Type (includes Relationship and Calculated Link) (getCIType)
Rule Xml is base64 encoded
Path parameters
name (required)
Path Parameter — name
Query parameters
withAffectedResources (optional)
Query Parameter — withAffectedResources
Responses
200
Successful Operation
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /classModel/calculatedlinks/{name}
Get specific calculated link (getCalculatedLink)
Path parameters
name (required)
Path Parameter — name
Query parameters
withAffectedResources (optional)
Query Parameter — withAffectedResources default: false
Responses
200
Successful Operation
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /classModel/relationships/{name}
Get specific relationship (includes Calculated Link) (getRelationship)
Path parameters
name (required)
Path Parameter — name
Query parameters
withAffectedResources (optional)
Query Parameter — withAffectedResources default: false
Responses
200
Successful Operation
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /classModel/systemtypes/{name}
Get system type by name (getSystemType)
Path parameters
name (required)
Path Parameter — name
Query parameters
withValues (optional)
Query Parameter — default: true
Responses
200
Successful Operation
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /classModel/systemtypes
Get all system types (getSystemTypes)
Query parameters
withValues (optional)
Query Parameter — default: false
Responses
200
Successful Operation
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
put /classModel/citypes/{name}
Update existing CI Type (includes Relationship and Calculated Link) (updateCIType)
Rule Xml must be base64 encoded
Path parameters
name (required)
Path Parameter — name
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
applyQualifiersToDescendants (optional)
Query Parameter — applyQualifiersToDescendants default: false
withAffectedResources (optional)
Query Parameter — withAffectedResources default: false
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
put /classModel/calculatedlinks/{name}
Update existing calcualted link (updateCalculatedLink)
Path parameters
name (required)
Path Parameter — name
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
applyQualifiersToDescendants (optional)
Query Parameter — applyQualifiersToDescendants default: false
withAffectedResources (optional)
Query Parameter — withAffectedResources default: false
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
put /classModel/relationships/{name}
Update existing relationship (includes Calculated Link) (updateRelationship)
Path parameters
name (required)
Path Parameter — name
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
applyQualifiersToDescendants (optional)
Query Parameter — applyQualifiersToDescendants default: false
withAffectedResources (optional)
Query Parameter — withAffectedResources default: false
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
put /classModel/systemtypes/{name}
Update the specific system type (updateSystemType)
only values can be updated
Path parameters
name (required)
Path Parameter — name
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
This call creates entities as described by the payload. (createDataModel)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for modifying the data inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
isGlobalId (optional)
Query Parameter —
forceTemporaryId (optional)
Query Parameter —
ignoreExisting (optional)
Query Parameter —
returnIdsMap (optional)
Query Parameter —
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /dataModel/demodatasets/{fileName}/import
Import Data Model(Cis) from File/Folder to UCMDB. (importDataset)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for modifying the data inside UCMDB through the SDK.
Path parameters
fileName (required)
Path Parameter — Represents the file or folder name existing on the server. Only json and zip files types are supported. The zip file should contain json files.
Query parameters
failIfExists (optional)
Query Parameter — If true an exception will be thrown when the object already exits. Otherwise the operation will add all objects that it can, ignoring all exceptions default: false
ignoreCustomResources (optional)
Query Parameter — If true will skip adding the custom attributes or classes from the json file that do not exist in the class model.Modified default enums and list types are not ignored default: true
skipTenantAttributes (optional)
Query Parameter — If true will skip adding the tenant attributes from the json importFile default: true
Responses
200
Successful operation
400
Error while checking input
401
Unauthorized operation
404
The resource was not found.
500
A system error occurred
Up
get /dataModel/demodatasets
Lists all the files to be imported to UCMDB. (importFiles)
Responses
200
Successful Operation
500
Internal Server Error
Up
delete /dataModel/ci/{id}
This call deletes a CI. (deleteConfigurationItem)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for deleting the data inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the UCMDB ID of a configuration item.
Query parameters
isGlobalId (optional)
Query Parameter — The string that represents if the UCMDB ID is globalID.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
post /dataModel/ci/export/{id}
Export configuration item properties to a file (exportConfigurationItemProperties)
Can be used by a user to export one configuration item properties to CSV
Path parameters
id (required)
Path Parameter — The string that represents the ucmdbId of a configuration item.
Query parameters
exportFormat (optional)
Query Parameter — The string that represents the export format type. default: CSV
includeAttributesQualifiers (optional)
Query Parameter — The boolean that represents if a configuration item should return only the properties visible for CMS UI with specific qualifiers. default: false
isGlobalId (optional)
Query Parameter — The boolean that represents if the ucmdbId is globalId.
shouldShowCitDisplayLabel (optional)
Query Parameter — default: false
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /dataModel/ci/{id}
This call returns details of a CI. (getConfigurationItem)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for viewing the data inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the UCMDB ID of a configuration item.
Query parameters
includeAttributesQualifiers (optional)
Query Parameter — The boolean that represents if a configuration item should return only the properties visible for CMS UI with specific qualifiers default: false
isGlobalId (optional)
Query Parameter — The string that represents if the UCMDB ID is globalID.
shouldShowCitDisplayLabel (optional)
Query Parameter — The boolean that represents if the CIT attribute should return the display label instead of name property default: false
withIcons (optional)
Query Parameter — The boolean that represents if the CIT attribute should return the icon default: false
withRawProperties (optional)
Query Parameter — The boolean that represents if the CIT attribute should return the raw property value default: false
Responses
200
Successful operation
400
Bad Request
403
Forbidden operation
404
Resources not found
500
Error while executing operation
Up
put /dataModel/ci/{id}
This call updates the details of a CI. (updateConfigurationItem)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for updating the data inside UCMDB through the SDK.
You have to specify only the properties that you want to update. Do not specify all properties of the CI.
You cannot update the type or the ID of the CI.
Path parameters
id (required)
Path Parameter — The string that represents the UCMDB ID of a configuration item.
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
isGlobalId (optional)
Query Parameter — The string that represents if the UCMDB ID is globalID.
updateIfExactMatch (optional)
Query Parameter — The string that represents if update CI if there is multiple match.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /dataModel/relatedCI/{id}
This call returns the details of the CIs related to the specified CI. (getConfigurationItemRelatedCI)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for viewing the data inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the UCMDB ID of a configuration item.
Query parameters
isGlobalId (optional)
Query Parameter — The string that represents if the UCMDB ID is globalID.
withIcons (optional)
Query Parameter —
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
delete /dataModel/relation/{id}
This call deletes a relation. (deleteRelation)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for deleting the data inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the UCMDB ID of a relation.
Query parameters
isGlobalId (optional)
Query Parameter — The string that represents if the UCMDB ID is globalID.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /dataModel/relation/{id}
This call returns the details of a relation. (getConfigurationItemRelation)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for viewing the data inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the UCMDB ID of a relation.
Query parameters
isGlobalId (optional)
Query Parameter — The string that represents if the UCMDB ID is globalID.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
put /dataModel/relation/{id}
This call updates the details of a relation. (updateRelation)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for updating the data inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the UCMDB ID of a relation.
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
isGlobalId (optional)
Query Parameter — The string that represents if the UCMDB ID is globalID.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
post /dataflowmanagement/credentials
Creates a credential. (addCredential)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /dataflowmanagement/probes/{probename}/ranges
Creates ranges for the specified data flow probe. (addRangesByProbe)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
probename (required)
Path Parameter — The string that represents the probe name.
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — Array[AddedRangeWrapper]
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
post /dataflowmanagement/credentials/{cm_credential_id}/availability
Checks whether the specified credential is available. (checkCredential)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
cm_credential_id (required)
Path Parameter — The string that represents credential ID.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
delete /dataflowmanagement/probes
Deletes the specified data flow probes and their ranges. (deleteProbe)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Query parameters
probeNames (required)
Query Parameter — Names of the probes that you want to delete.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
delete /dataflowmanagement/probes/{probename}/ranges
Deletes ranges for the specified data flow probe. (deleteRangesByProbe)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
probename (required)
Path Parameter — The string that represents the probe name.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
post /dataflowmanagement/ranges/export
Gets details of the specified data flow probe and its ranges. (exportRanges)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Result explanation In the exported report, Type: 0/1 represents DATA_CENTER/CLIENT.
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
exportFormat (required)
Query Parameter — Specify export file format, available values : CSV, PDF, XLS, XLSX
exportScope (required)
Query Parameter — Specify export scope to indicate whether you want to export all ranges that satisfy the current filter condition, or only export selected ranges ,available values : ALL, SELECTED
exportLocale (optional)
Query Parameter — Specify export locale
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
post /dataflowmanagement/credentials/uda/{cm_credential_id}/export
Exports UDA certificate files (agentca.pem and acstrust.cert). (exportUDACert)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
cm_credential_id (required)
Path Parameter — The string that represents the credential ID.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /dataflowmanagement/credentials/{cm_credential_id}
Gets details of the specified credential. (getCredential)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
cm_credential_id (required)
Path Parameter — The string that represents the credential ID.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /dataflowmanagement/credentials
Gets details of all credentials. (getCredentials)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /dataflowmanagement/domains
Gets all domains. (getDomainsSummary)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /dataflowmanagement/probes
Gets the specified data flow probes. (getProbes)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Query parameters
queriedIpAddress (optional)
Query Parameter — Gets probes whose IP ranges contain the specified IP address. The queried IP address can be partial or complete.
domainNames (optional)
Query Parameter — Gets a list of probes that belong to the specified domains.
fields (optional)
Query Parameter — Gets the specified probe fields. Returns all if no field is specified. For example, probeName, description.
probeStatus (optional)
Query Parameter — Gets probe status.
versionCompatibility (optional)
Query Parameter — Gets probe by version compatibility.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /dataflowmanagement/protocols
Gets details of all protocols. (getProtocolNames)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /dataflowmanagement/protocols/{protocolname}
Gets the specified protocol attributes. (getProtocoluidefinition)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
protocolname (required)
Path Parameter — The string that represents the protocol name.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /dataflowmanagement/ranges
Gets details of the specified data flow probe and its ranges. (getRanges)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Result explanation In the returned range list, definitionType: 0/1 represents IP_RANGE/CIDR , rangeType: 0/1 represents DATA_CENTER/CLIENT, ipVersion: 0/1 represents IPV4/IPV6.
Query parameters
queriedIpAddress (optional)
Query Parameter — Gets ranges of the current probe that contains the specified IP address. The queried IP address can be partial or complete.
pageSize (optional)
Query Parameter — Page size of ranges. format: int32
pageNum (optional)
Query Parameter — Page number of ranges. format: int32
sortByField (optional)
Query Parameter — Select a field to sort the ranges.
orderByAsc (optional)
Query Parameter — Select true/false to sort the ranges by ascending/descending order.
filter (optional)
Query Parameter — It is a set of key-value pairs for filtering the results. Each of them has a relation 'AND' with others.
Valid keys can be seen in the following examples, values are in an array format except for searchKey.
Examples:
types=[DATA_CENTER, CLIENT], find out ip ranges in types 'DATA_CENTER' and 'CLIENT'.
probeNames=[probe1, probe2], find out ip ranges belong to these probes.
domainNames=[domain1, domain2], find out ip ranges in these domains.
groupNames=[myProfile1, myProfile2], find out ip ranges belong to these ip range groups.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /dataflowmanagement/probes/{probename}
Gets details of the specified data flow probe and its ranges. (getRangesByProbe)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
probename (required)
Path Parameter — The string that represents the probe name.
Query parameters
queriedIpAddress (optional)
Query Parameter — Gets ranges of the current probe that contains the specified IP address. The queried IP address can be partial or complete.
pageSize (optional)
Query Parameter — Page size of ranges. format: int32
pageNum (optional)
Query Parameter — Page number of ranges. format: int32
sortByField (optional)
Query Parameter — Select a field to sort the ranges.
orderByAsc (optional)
Query Parameter — Select true/false to sort the ranges by ascending/descending order.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
post /dataflowmanagement/ranges/import
(importRanges)
Consumes
This API call consumes the following media types via the request header:
Query parameters
ignoreOverlap (required)
Query Parameter — If ture, ignore overlapping ranges (if any) during import. If false, the import may fail due to overlapping ranges (if any).
importFormat (required)
Query Parameter — Specify import file format, available values : CSV
Form parameters
file (optional)
Form Parameter — format: binary
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
patch /dataflowmanagement/credentials
Updates the specified credentials index. (moveCredential)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
delete /dataflowmanagement/credentials/{cm_credential_id}
Deletes the specified credential. (removeCredential)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
cm_credential_id (required)
Path Parameter — The string that represents the credential ID.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
patch /dataflowmanagement/credentials/{cm_credential_id}
Updates the specified credential. (updateCredential)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
cm_credential_id (required)
Path Parameter — The string that represents the credential ID.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
patch /dataflowmanagement/probes
Performs probe batch update operation. upgradeStatus value should be PENDING_PROBE (updateProbes)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Result explanation
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — Probes to update.
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
default
default response
Up
patch /dataflowmanagement/probes/{probename}/ranges
Updates ranges for the specified data flow probe. (updateRangesByProbe)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Path parameters
probename (required)
Path Parameter — The string that represents the probe name.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Rerun jobs from multiple zones (asyncBatchOperateJobs)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
202
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
patch /discovery/triggers
trigger operation (asyncBatchOperateTrigger)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
202
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
patch /discovery/triggersbyfilters
Re-run triggers that meet the filter conditions you specified (asyncBatchOperateTriggersByFilter)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
202
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
patch /discovery/managementzones/{managementZoneId}/discoveryprofiles/{id}
Discovery activity operation. (asyncOperateDiscoveryActivity)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
managementZoneId (required)
Path Parameter — The string that represents the zone id.
id (required)
Path Parameter — The string that represents the job group id.
Query parameters
operation (required)
Query Parameter — activate, deactivate, rerun
Responses
202
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
patch /discovery/managementzones/{managementZoneId}/discoveryprofiles/{discoveryProfileId}/jobs/{id}
Job operation. (asyncOperateDiscoveryJob)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
managementZoneId (required)
Path Parameter — The string that represents the zone id.
discoveryProfileId (required)
Path Parameter — The string that represents the job group id.
id (required)
Path Parameter — The string that represents the job id.
Query parameters
operation (required)
Query Parameter — activate, deactivate, rerun
Responses
202
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
patch /discovery/managementzones/{id}
zone operation (asyncOperateZone)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the zone id.
Query parameters
operation (required)
Query Parameter — activate, deactivate, rerun
Responses
202
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
patch /discovery/managementzones
zone operation (asyncOperateZones)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — The criterias for operate zones.
Responses
202
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
patch /discovery/iprangeprofiles
ip range group batch operation (batchOperateIpRangeProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
post /discovery/credentialprofiles
Creates a credential group (createCredProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /discovery/discoveryprofiles
Create a job group. (createDiscoveryProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /discovery/iprangeprofiles
Create an ip range group (createIPProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /discovery/managementzones
Creates management zones. (createManagementZone)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /discovery/scheduleprofiles
Create a schedule. (createSchedProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
delete /discovery/credentialprofiles/{id}
Deletes the specified credential group (deleteCredProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — Credential group name
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
delete /discovery/discoveryprofiles/{id}
Delete the specified job group. (deleteDiscoveryProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The URMId of the job group
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
delete /discovery/iprangeprofiles/{id}
delete an ip range group (deleteIpRangeProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The URMId of the ip range group
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
delete /discovery/managementzones/{id}
Deletes the specified management zone. (deleteManagementZone)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the zone id.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
delete /discovery/scheduleprofiles/{id}
Delete the schedule. (deleteSchedProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The resource id of the schedule
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/summaryreport/{exportFormat}
Exports discovery reports (including discovery summary report and IP range report) in specified format. (exportSummaryReport)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
exportFormat (required)
Path Parameter — Specify the export format for the discovery reports. Valid values: CSV, PDF, XLS, XLSX. Note that the value is case-sensitive.
Query parameters
langType (required)
Query Parameter — Specify the language code for the language to be used in the exported report. Valid language code: da, de, el, en, es, fr, it, ja, ko, nb, nl, pl, pt, sv, tr, zh. (default: en). default: en
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/discoverymeta/jobs/{id}
Get default job details. (getAdapter)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The job id
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/triggers/{id}/communicationlog
Get communication log (getCommunicationLog)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the trigger CI ID.
Query parameters
probeName (required)
Query Parameter — The string that represents the probe name.
zoneId (required)
Query Parameter — The string that represents the zone ID.
jobId (required)
Query Parameter — The string that represents the job ID.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/credentialprofiles
Gets a list of all credential groups (getCredProfileList)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/credentialprofiles/{id}
Gets the specified credential group (getCredentialProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — Credential group name
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/discoveryerror
Gets discovery error and warning messages. (getDiscoveryErrorReport)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
start (optional)
Query Parameter — The record number of the first item returned. This is for pagination of the result set. The minimum value is 0.
It should be a non-negative integer. default: 0 format: int32
count (optional)
Query Parameter — The expected returned count of result. This is for pagination of the result set.
It should be between 1 to 500. default: 500 format: int32
sortField (optional)
Query Parameter — The field name for sorting.
Valid keys are 'mzoneId, jobId, triggerCount, errorMsgCode, errorSeverity'. default: mzoneId
orderByAsc (optional)
Query Parameter — It indicates whether the result is in ascending or descending order while the sortField is set. default: true
filter (optional)
Query Parameter — It is a set of key-value pairs for filtering the results. Each of them has a relation 'AND' with others.
Valid keys can be seen in the following examples, values are in an array format except for searchKey.
Examples:
mzoneIds=[test1, test2], find out triggers in zones 'test1' and 'test2'.
jobIds=[Range IPs by ICMP, Host Connection by Shell], find out triggers belong to these jobs.
errSeverities=[Warning, Error], find out triggers in these severities.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Gets a list of activated discovery jobs and the trigger count on each of them. (getDiscoveryJob)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
start (optional)
Query Parameter — The record number of the first item returned. This is for pagination of the result set. The minimum value is 0.
It should be a non-negative integer. default: 0 format: int32
count (optional)
Query Parameter — The expected returned count of result. This is for pagination of the result set.
It should be between 1 to 500. default: 500 format: int32
sortField (optional)
Query Parameter — The field name for sorting.
Valid keys are 'mzoneId, jobId, triggerCount'. default: jobId
orderByAsc (optional)
Query Parameter — It indicates whether the result is in ascending or descending order while the sortField is set. default: true
filter (optional)
Query Parameter — It is a set of key-value pairs for filtering the results. Each of them has a relation 'AND' with others.
Valid keys can be seen in the following examples, values are in an array format except for searchKey.
Examples:
mzoneIds=[test1, test2], find out triggers in zones 'test1' and 'test2'.
jobIds=[Range IPs by ICMP, Host Connection by Shell], find out triggers belong to these jobs.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/discoverymetadata/jobmetadata
Get a list of discovery job metadata. (getDiscoveryJobMeta)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
fields (optional)
Query Parameter — Gets specific fields of discovery job metadata, return all if there is no specified. E.g jobDisplayName,adapterName
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/discoverymetadata/moduletree
Get the module tree. (getDiscoveryModuleTree)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Responses
200
Successful Operation
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/discoveryprofiles/{id}
Get the specified job group. (getDiscoveryProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The URMId of the job group
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/discoveryprofiles
Get a list of job groups. (getDiscoveryProfileList)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
fields (optional)
Query Parameter — Gets specific fields of job groups, return all if there is no specified. E.g name,id
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/results
Get discovery results (getDiscoveryResults)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
zoneId (required)
Query Parameter —
jobId (optional)
Query Parameter —
triggerId (optional)
Query Parameter —
citype (required)
Query Parameter —
fields (optional)
Query Parameter — CI attributes
start (optional)
Query Parameter — The record number of the first item returned. This is for pagination of the result set. The minimum value is 0.
It should be a non-negative integer. default: 0 format: int32
count (optional)
Query Parameter — The expected return count of result. This is for pagination of the result set.
It should be between 1 to 100. default: 100 format: int32
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/discoverymetadata/usecases
Get a list of discovery categories and options. (getDiscoveryTagMetadata)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Responses
200
Successful Operation
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/iprangeprofiles
Gets a list of ip range groups (getIPProfileList)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
ipaddress (optional)
Query Parameter — Search which ip range contains this ip address, the queried ip can be partial.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/iprangeprofiles/{id}
Get the specified ip range group (getIpRangeProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — Ip range group name
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/discoverymeta/jobs/questions
Gets the parameter questions for jobs (getJobParameterQuestion)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
jobNames (optional)
Query Parameter — Get job parameter question list which are from job.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/discoverymeta/tags/questions
Get the questions for specified tags. (getJobQuestion)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
tagNames (optional)
Query Parameter — Get job question list which are from tags.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/managementzones/{id}
Gets details of the specified management zone. (getManagementZoneDetail)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the zone id.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/managementzones
Gets a list of management zones. (getManagementZoneList)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
fields (optional)
Query Parameter — Allows specifying a subset of attributes to be included in the response
resourceId (optional)
Query Parameter — The resource id related to the zone. You can query zones related to a specified resource
resourceType (optional)
Query Parameter — Type of resource, currently we support these resource types: ipRangeProfile,credentialProfile,scheduleProfile,discoveryProfile
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/results/statistics
Gets result statistics details of the specified zone. (getResultStatistics)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
mzoneId (optional)
Query Parameter —
jobId (optional)
Query Parameter —
triggerId (optional)
Query Parameter —
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/scheduleprofiles/{id}
Get the specified schedule. (getSchedProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The URMId of the schedule
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/scheduleprofiles
Get a list of all schedules. (getSchedProfileList)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /discovery/triggers/{id}
Gets details of the specified trigger. (getTriggerById)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the trigger ID.
Query parameters
mzoneId (required)
Query Parameter —
jobId (required)
Query Parameter —
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /discovery/triggers
Gets details of triggers. (getTriggers)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Query parameters
start (optional)
Query Parameter — The record number of the first item returned. This is for pagination of the result set. The minimum value is 0.
It should be a non-negative integer. default: 0 format: int32
count (optional)
Query Parameter — The expected return count of result. This is for pagination of the result set.
It should be between 1 to 500. default: 500 format: int32
sortField (optional)
Query Parameter — The field name for sorting.
Valid keys are 'ciLabel, mzoneId, jobId, jobGroupId, triggerCiTypeDisplayName, probeName, ipLabel, hostLabel, status'. default: ciLabel
orderByAsc (optional)
Query Parameter — It indicates whether the result is in ascending or descending order while the sortField is set. default: true
filter (optional)
Query Parameter — It is a set of key-value pairs for filtering the results. Each of them has a relation 'AND' with others.
Valid keys can be seen in the following examples, values are in an array format except for searchKey.
Examples:
mzoneIds=[test1, test2], find out triggers in zones 'test1' and 'test2'.
statuses=[PENDING, REACHED, SUCCESS, WARNING, ERROR], find out triggers in these statuses.
jobGroupIds=[myProfile1, myProfile2], find out triggers belong to these job groups.
jobIds=[Range IPs by ICMP, Host Connection by Shell], find out triggers belong to these jobs.
probeNames=[probe1, probe2], find out triggers belong to these probes.
searchKey=192.168.1, find out triggers by ip address or host name.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
put /discovery/credentialprofiles/{id}
Updates the specified credential group (updateCredProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
put /discovery/discoveryprofiles/{id}
Update the specified job group. (updateDiscoveryProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
put /discovery/iprangeprofiles/{id}
Update an ip range group (updateIPProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
put /discovery/managementzones/{id}
Updates the specified management zone. (updateManagementZone)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter — The string that represents the zone id.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
put /discovery/scheduleprofiles/{id}
Update the specific schedule. (updateSchedProfile)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
id (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
post /discoveryintegration/export
Export discovery configuration to a file. (exportDiscoveryResources)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Query parameters
categories (required)
Query Parameter — Select one or more resource categories to export. Press Ctrl to select multiple values. DISCOVERY includes configuration data from the Probe Setup module (IP ranges and credentials) and the Discovery module (zones, IP range groups, job groups, schedules, and credential groups). IP_RANGE and CREDENTIAL refers to IP ranges and credentials respectively from the Probe Setup module.
format (required)
Query Parameter — The file format to export.
isEncrypted (required)
Query Parameter — True to encrypt the exported file with provided password. False to leave the exported file in plain text, and the exported file won't contain any credentials' sensitive information (passwords for example). default: true
password (optional)
Query Parameter — Password to encrypt the exported file.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
post /discoveryintegration/import
Import discovery configuration from a provided file. (importDiscoveryResources)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for running discovery and integration inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Query parameters
isEncrypted (required)
Query Parameter — Select true if the imported file is encrypted; Select false if the imported file is in plain text. default: true
password (optional)
Query Parameter — Password to decrypt the imported file.
allowConflict (required)
Query Parameter — Allow conflict for discovery configurations or not during import into UCMDB, which vary with resource type: ranges, credentials, zones/IP range groups/job groups/schedules/credential groups. default: true
format (required)
Query Parameter — The file format to import.
Form parameters
file (optional)
Form Parameter — format: binary
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
post /exposeCI/getInformation
REST APIs for exposing the cis information (getInformation)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
isGlobalId (optional)
Query Parameter — Represents the Global IDs of the CIs. The following values are available:<br/>*true. Adds the global_id column in the output with its values (if it does not already exist in the given layout).<br/>false. Displays the Global IDs of the CIs in the output, if the global_id column exists in the layout. Or, if the global_id column does not exist in the layout, then the Global IDs of the CIs are not displayed in the output.
Responses
200
Successful operation
400
UCMDB exception
500
A system error occurred
Up
get /history/getChanges
Retrieve the list of changes occurred in the specified time frame. (getChanges)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
The method has 4 parameters, of which only 2 are mandatory: from & to. This two parameters represent the start and end time between which to retrieve history events.
A third parameter: changeType is a list parameter, meaning that 0 or more values can be specified. Possible values are: ADD_OBJECT, UPDATE_OBJECT, REMOVE_OBJECT, ADD_LINK, UPDATE_LINK, REMOVE_LINK, ADD_RELATION, REMOVE_RELATION.
If no value is specified for this parameter all events regardless of their type will be returned.
The forth parameter: id it's als a list parameter and can have 0 or more values. It represents the ids of CIs for which we want history events.
Query parameters
from (required)
Query Parameter — The time from when to retrieve events as timestamp in ms. format: int64
to (required)
Query Parameter — The time until when to retrieve events as timestamp in ms. format: int64
changeType (optional)
Query Parameter — The type of events were interested in.
Possible values are: ADD_OBJECT, UPDATE_OBJECT, REMOVE_OBJECT, ADD_LINK, UPDATE_LINK, REMOVE_LINK, ADD_RELATION, REMOVE_RELATION
id (optional)
Query Parameter — The list of UCMDB IDs for which history events should be retrieved.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
post /history/getDataLayout
Return the layout at the specified date for the CIs that have one of the IDs provided. (getDataLayout)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — The criteria for data layout. This criteria consists of date, ids and attributes.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /history/getRemovedCIs
Returns the list of CIs removed in the specified time frame. (getRemovedCis)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Query parameters
from (required)
Query Parameter — The time from when to retrieve events as timestamp in ms. format: int64
to (required)
Query Parameter — The time until when to retrieve events as timestamp in ms. format: int64
ciType (required)
Query Parameter — CI Type
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Runs an impact analysis on the given definition. (runAnalysis)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
To check the available [severity] levels, see the output of GET /impactAnalysis/severities.
The impact definition should specify at least one trigger CI, and optionally a list of propertiesand a list of bundles. If no list of bundles is specified, All Bundles option is assumed by default.Each trigger CI should contain the triggerId and a severity. Severities have fixed naming, for thepossible inputs please use impactAnalysis/severities
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
showRelations (optional)
Query Parameter — showRelations default: false
isGlobalId (optional)
Query Parameter — isGlobalId default: false
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
get /integration/integrationpoints
Get all details of all integration points. (getAllIP)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /integration/integrationpoints/{integrationId}
Get brief statistics of the integration point. (getIPBriefStatistics)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Path parameters
integrationId (required)
Path Parameter — The string that represents the integration point name.
Query parameters
detail (required)
Query Parameter — True to get all details of the integration point, false to get basic information of the integration point. default: false
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /integration/integrationpoints/{integrationId}/log
Get integration point log (getIntegrationPointLog)
Get integration point log
Path parameters
integrationId (required)
Path Parameter — The string that represents the integration point name.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /integration/integrationpoints/{integrationId}/querystate
Get query state of integration job. (getQueryState)
Get the error message log for the specific integration job on query level.
Path parameters
integrationId (required)
Path Parameter — The string that represents the integration point name.
Query parameters
jobType (required)
Query Parameter — Type of the integration job. Valid values: push, population (Case insensitive). default: push
jobName (required)
Query Parameter — Name of the integration job.
queryName (required)
Query Parameter — Name of the query.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
patch /integration/integrationpoints/{integrationId}/jobs/{jobId}
Synchronize the specified integration job under an active integration point. Available for integration jobs under active integration point only. (operateIntegrationJob)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
integrationId (required)
Path Parameter — The string that represents the integration point name.
jobId (required)
Path Parameter — The string that represents the job name.
Query parameters
operationtype (required)
Query Parameter — Valid operation type values: population_full, population_delta, push_full, push_delta.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
get /integration/integrationpoints/{integrationId}/connectionstatus
Test connection of an integration point. (testIPConnection)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Path parameters
integrationId (required)
Path Parameter — The string that represents the integration point name.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
patch /integration/integrationpoints/{integrationId}
Activate or deactivate an integration point. (updateIntegrationPoint)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Run Discovery and integrations inside UCMDB through the SDK.
Path parameters
integrationId (required)
Path Parameter — The string that represents the integration point name.
Query parameters
enabled (required)
Query Parameter — True to activate an integration point, false to deactivate an integration point.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
404
Resources Not Found
500
Internal Server Error
Up
post /multipleCmdb/convertToGlobalIds
Convert ucmdb ids to global ids (convertToGlobalIds)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — List of ucmdb ids
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /multipleCmdb/convertToUcmdbIds
Convert global ids to ucmdb ids (convertToUcmdbIds)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — List of global ids
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /packagemanager/packages
Deploys a package. (deployPackage)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Form parameters
file (optional)
Form Parameter — format: binary
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
post /packagemanager/packages/{packagename}
Deploy the selected resources in the package (deploySelectedResourcesInTempPackage)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Path parameters
packagename (required)
Path Parameter — Package name
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
post /packagemanager/packages/{packageName}/export
Exports a package to ZIP archive. (exportPackage)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Path parameters
packageName (required)
Path Parameter — Package name
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
get /packagemanager/contentpacks
Gets information of all uploaded content packs. (getAvailableContentPackInfo)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Query parameters
all (optional)
Query Parameter — default: false
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /packagemanager/contentpacks/{CPVersion}
Gets the content pack version information. (getContentPackInfoByVersion)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Path parameters
CPVersion (required)
Path Parameter — For example: 2019.08.104
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /packagemanager/packages/{packagename}/progress
Get the package deployment progress (getPackageDeploymentProgress)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Path parameters
packagename (required)
Path Parameter — Package name
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
get /packagemanager/packages
Gets details of all packages. (getPackageInfoList)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /packagemanager/packages/{packageName}
Gets details of a specific package. (getPackagesWithDetails)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Path parameters
packageName (required)
Path Parameter — Package name
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /packagemanager/contentpacks/{CPVersion}/diffreport
Downloads content pack difference report and backup resource files. (getReport)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Path parameters
CPVersion (required)
Path Parameter — For example: 2019.08.104
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
post /packagemanager/contentpacks/{CPVersion}
Simulates installation of or deploys the specified content pack with the option of generating a difference report. (installContentPack)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Path parameters
CPVersion (required)
Path Parameter — For example: 2019.08.104
Query parameters
generateReport (optional)
Query Parameter — default: true
deploy (optional)
Query Parameter — default: false
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
post /packagemanager/packages/resources
Upload a package to server and get resources structure in it (parsePackage)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Form parameters
file (optional)
Form Parameter — format: binary
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Up
delete /packagemanager/packages/{packageName}
Undeploys a package. (undeployPackage)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Path parameters
packageName (required)
Path Parameter — Package name
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
500
Internal Server Error
Up
post /packagemanager/contentpacks
Uploads content pack binary. (uploadContentPack)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for Manage Packages inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Form parameters
file (optional)
Form Parameter — format: binary
Responses
201
Created Successfully
400
Bad Request
401
Unauthorized Access
403
Forbidden
500
Internal Server Error
Provides information about REST API services availability. (ping)
Provides information about REST API services availability.
Query parameters
restrictToWriter (optional)
Query Parameter — [boolean] - only returns available status if the server is in writer mode, if the server is reader return UNAVAILABLE status
restrictToReader (optional)
Query Parameter — [boolean] - only returns available status if the server is in reader mode, if the server is writer return UNAVAILABLE status
Responses
200
Server Up
503
Down
Up
post /policy/calculate
Calculates a baseline or topology policy. There are two ways in which we can calculate a policy: calculate a saved compliance view or an ad-hoc compliance view.The viewResultId returned should be used to retrieve the actual calculation results (calculatePolicy)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
chunkSize (optional)
Query Parameter — The size of the chunk
Responses
200
Successful operation
400
Bad request.
401
Unauthorized access
404
The server was not found.
417
Expectation Failed.
500
A system error occurred
Delete a policy by name (deletePolicy)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Query parameters
policyName (required)
Query Parameter — The name of the policy to be deleted. This will also delete all the compliance views that contain this policy
Responses
200
Successful operation
400
Bad request.
401
Unauthorized access
404
The server was not found.
500
A system error occurred
Exports to a file in CSV format the result obtained after policy calculation. (export)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — Policy Definition
Query parameters
exportFormat (required)
Query Parameter — Export Format
query (optional)
Query Parameter — Query
limit (optional)
Query Parameter — Limit
TimeZone (optional)
Query Parameter — Time Zone
locale (optional)
Query Parameter — Locale
Responses
200
Successful operation
400
Bad request.
404
The server was not found.
500
A system error occurred
Up
get /policy/complianceViews
Retrieves all compliance views names. (getAllComplianceViews)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Query parameters
fields (optional)
Query Parameter — Allows specifying only a subset of attributes (the name) to be included in the response
Responses
200
Successful operation
400
Bad request.
401
Unauthorized access
404
The server was not found.
500
A system error occurred
Retrieves all policies names. (getAllPolicies)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Query parameters
fields (optional)
Query Parameter — Allows specifying a subset of attributes to be included in the response
Responses
200
Successful operation
400
Bad request.
401
Unauthorized access
404
The server was not found.
500
A system error occurred
Up
post /policy/chunkForPath
It is used to retrieve the detailed non compliant result of a policy calculation. This means that each item will have the reason why it is not compliant (getChunkForPath)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — View path specification
Query parameters
chunkSize (optional)
Query Parameter — The size of the chunk
Responses
200
Successful operation
400
Bad request.
404
The server was not found.
500
A system error occurred
Up
get /policy/complianceView/{name}
Retrieves information regarding the compliance view, such as the name, the base view name and the policies list. (getComplianceView)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Path parameters
name (required)
Path Parameter — The name of the compliance view to retrieve
Responses
200
Successful operation
400
Bad request.
401
Unauthorized access
404
The server was not found.
500
A system error occurred
Up
post /policy/expectedPropertiesForCi
Retrieves the expected properties for a not compliant ci (getExpectedPropertiesForCi)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Body Parameter — ci with policy details
Responses
200
Successful operation
400
Bad request.
404
The server was not found.
500
A system error occurred
Up
post /policy/complianceView
Save a compliance view based on the specified name with the base view name and the policies list(name, base view name and the policies list are required). (saveComplianceView)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful operation
400
Bad request.
401
Unauthorized access
404
The server was not found.
500
A system error occurred
Up
get /reconciliationpriority/citypes/{name}
Retrieves reconciliation priority for a specific class (getPriority)
Retrieves the json that describes the reconciliation priority for a specific class
Path parameters
name (required)
Path Parameter — Name of CI Type
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
put /reconciliationpriority/citypes/{name}
Updates reconciliation priority for a specific class (updatePriority)
Updates the reconciliation priority json that includes CI type level and attribute level reconciliation priority for a specific class
Path parameters
name (required)
Path Parameter — Name of CI Type
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Up
get /report/change/ci/{viewName}/results
Generates a ci change report for the given viewName CI results within the specified time frame and according to the given filter (ciChangeReportResults)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Path parameters
viewName (required)
Path Parameter — View name
Query parameters
filter (required)
Query Parameter — Filter to be used which includes filter type: ALL,INCLUDE,EXCLUDE and attributes:name,description which represent the attributes to be included or excluded from the report , example: type=INCLUDE&attributes=description,name default: type=ALL
dateFrom (required)
Query Parameter — Represents the date from which changes of attributes should be taken into consideration at the generated report format: int64
dateTo (required)
Query Parameter — Represents the limit date to which changes of attributes should be taken into consideration at the generated report format: int64
start (optional)
Query Parameter — The index of the first item to be displayed format: int32
pageSize (optional)
Query Parameter — The page size format: int32
Responses
200
Successful operation
400
Error while checking input
403
Forbidden operation
404
The resource was not found.
500
A system error occurred
Up
get /report/change/view/{viewName}/results
Generates a view change report for update operations on the given viewName CI results within the specified time frame and according to the given filter (viewChangeReportResults)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Path parameters
viewName (required)
Path Parameter — View name
Query parameters
filter (required)
Query Parameter — Filter to be used which includes filter type: ALL,INCLUDE,EXCLUDE and attributes:name,description which represent the attributes to be included or excluded from the report , example: type=INCLUDE&attributes=description,name default: type=ALL
dateFrom (required)
Query Parameter — Represents the date from which changes of attributes should be taken into consideration at the generated report format: int64
dateTo (required)
Query Parameter — Represents the limit date to which changes of attributes should be taken into consideration at the generated report format: int64
start (optional)
Query Parameter — The index of the first item to be displayed format: int32
pageSize (optional)
Query Parameter — The page size format: int32
Responses
200
Successful operation
400
Error while checking input
403
Forbidden operation
404
The resource was not found.
500
A system error occurred
This call returns an example of data model structure that will be used in Data-In operations. (getSampleInput)
Return type
Example data
Content-Type: application/json
{
"cis" : [ {
"displayLabel" : "displayLabel",
"identifier" : "identifier",
"attributesDisplayNames" : {
"name" : "Test1"
},
"attributesQualifiers" : {
"memory_size" : {
"PROPERTIES_GROUP_NUMBER" : 0,
"PREVIEW_MODE_VISIBLE" : false
}
},
"type" : "node or composition",
"properties" : {
"name" : "Test1"
},
"ucmdbId" : "4dc01bee04c76cc0ac4bb069f46e8b56"
}, {
"displayLabel" : "displayLabel",
"identifier" : "identifier",
"attributesDisplayNames" : {
"name" : "Test1"
},
"attributesQualifiers" : {
"memory_size" : {
"PROPERTIES_GROUP_NUMBER" : 0,
"PREVIEW_MODE_VISIBLE" : false
}
},
"type" : "node or composition",
"properties" : {
"name" : "Test1"
},
"ucmdbId" : "4dc01bee04c76cc0ac4bb069f46e8b56"
} ],
"relations" : [ {
"displayLabel" : "displayLabel",
"attributesDisplayNames" : {
"name" : "Test1"
},
"end1Id" : "end1Id",
"end2Id" : "end2Id",
"attributesQualifiers" : {
"memory_size" : {
"PROPERTIES_GROUP_NUMBER" : 0,
"PREVIEW_MODE_VISIBLE" : false
}
},
"type" : "node or composition",
"properties" : {
"name" : "Test1"
},
"ucmdbId" : "4dc01bee04c76cc0ac4bb069f46e8b56"
}, {
"displayLabel" : "displayLabel",
"attributesDisplayNames" : {
"name" : "Test1"
},
"end1Id" : "end1Id",
"end2Id" : "end2Id",
"attributesQualifiers" : {
"memory_size" : {
"PROPERTIES_GROUP_NUMBER" : 0,
"PREVIEW_MODE_VISIBLE" : false
}
},
"type" : "node or composition",
"properties" : {
"name" : "Test1"
},
"ucmdbId" : "4dc01bee04c76cc0ac4bb069f46e8b56"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
default
default response
TopologyData
Up
get /sampleTopologyQuery
REST API to execute topology queries (getSampleInputForQuery)
This call returns an example of the structure of an ad hoc TQL query. This structure can be used for future query related calls.
Return type
Example data
Content-Type: application/json
{
"firstLoadStrategy" : "LOAD_ON_SERVER_START",
"nodes" : [ {
"linkConditions" : [ {
"minCardinality" : "minCardinality",
"identifier" : "identifier",
"logicalOperator" : "and",
"linkIdentifier" : "linkIdentifier",
"linkType" : "linkType",
"conditions" : [ null, null ],
"maxCardinality" : "maxCardinality"
}, {
"minCardinality" : "minCardinality",
"identifier" : "identifier",
"logicalOperator" : "and",
"linkIdentifier" : "linkIdentifier",
"linkType" : "linkType",
"conditions" : [ null, null ],
"maxCardinality" : "maxCardinality"
} ],
"visible" : true,
"queryIdentifier" : "queryIdentifier",
"elementLayouts" : [ {
"qualifiers" : [ "qualifiers", "qualifiers" ],
"attributes" : [ "attributes", "attributes" ],
"type" : "type",
"excludedAttributes" : [ "excludedAttributes", "excludedAttributes" ]
}, {
"qualifiers" : [ "qualifiers", "qualifiers" ],
"attributes" : [ "attributes", "attributes" ],
"type" : "type",
"excludedAttributes" : [ "excludedAttributes", "excludedAttributes" ]
} ],
"type" : "type",
"includeSubtypes" : true,
"layout" : [ "layout", "layout" ],
"hasComplexTypeCondition" : true,
"elementNumber" : 0,
"watch" : [ "watch", "watch" ],
"elementLabel" : "elementLabel",
"ids" : [ "ids", "ids" ],
"isContactNode" : true,
"attributeConditions" : [ {
"identifier" : "identifier",
"not" : true,
"logicalOperator" : "and",
"valueType" : "valueType",
"attribute" : "attribute",
"parameterName" : "parameterName",
"conditions" : [ null, null ],
"value" : { },
"operator" : "isNull"
}, {
"identifier" : "identifier",
"not" : true,
"logicalOperator" : "and",
"valueType" : "valueType",
"attribute" : "attribute",
"parameterName" : "parameterName",
"conditions" : [ null, null ],
"value" : { },
"operator" : "isNull"
} ],
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"complexTypeConditions" : [ {
"exclude" : true,
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"type" : "type",
"negativeQualifiersMatching" : true,
"includeSubtypes" : true
}, {
"exclude" : true,
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"type" : "type",
"negativeQualifiersMatching" : true,
"includeSubtypes" : true
} ],
"negativeQualifiersMatching" : true
}, {
"linkConditions" : [ {
"minCardinality" : "minCardinality",
"identifier" : "identifier",
"logicalOperator" : "and",
"linkIdentifier" : "linkIdentifier",
"linkType" : "linkType",
"conditions" : [ null, null ],
"maxCardinality" : "maxCardinality"
}, {
"minCardinality" : "minCardinality",
"identifier" : "identifier",
"logicalOperator" : "and",
"linkIdentifier" : "linkIdentifier",
"linkType" : "linkType",
"conditions" : [ null, null ],
"maxCardinality" : "maxCardinality"
} ],
"visible" : true,
"queryIdentifier" : "queryIdentifier",
"elementLayouts" : [ {
"qualifiers" : [ "qualifiers", "qualifiers" ],
"attributes" : [ "attributes", "attributes" ],
"type" : "type",
"excludedAttributes" : [ "excludedAttributes", "excludedAttributes" ]
}, {
"qualifiers" : [ "qualifiers", "qualifiers" ],
"attributes" : [ "attributes", "attributes" ],
"type" : "type",
"excludedAttributes" : [ "excludedAttributes", "excludedAttributes" ]
} ],
"type" : "type",
"includeSubtypes" : true,
"layout" : [ "layout", "layout" ],
"hasComplexTypeCondition" : true,
"elementNumber" : 0,
"watch" : [ "watch", "watch" ],
"elementLabel" : "elementLabel",
"ids" : [ "ids", "ids" ],
"isContactNode" : true,
"attributeConditions" : [ {
"identifier" : "identifier",
"not" : true,
"logicalOperator" : "and",
"valueType" : "valueType",
"attribute" : "attribute",
"parameterName" : "parameterName",
"conditions" : [ null, null ],
"value" : { },
"operator" : "isNull"
}, {
"identifier" : "identifier",
"not" : true,
"logicalOperator" : "and",
"valueType" : "valueType",
"attribute" : "attribute",
"parameterName" : "parameterName",
"conditions" : [ null, null ],
"value" : { },
"operator" : "isNull"
} ],
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"complexTypeConditions" : [ {
"exclude" : true,
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"type" : "type",
"negativeQualifiersMatching" : true,
"includeSubtypes" : true
}, {
"exclude" : true,
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"type" : "type",
"negativeQualifiersMatching" : true,
"includeSubtypes" : true
} ],
"negativeQualifiersMatching" : true
} ],
"folder" : [ "folder", "folder" ],
"baseQueryName" : "baseQueryName",
"recalcPriority" : "recalcPriority",
"description" : "description",
"bundleNames" : [ "bundleNames", "bundleNames" ],
"relations" : [ {
"toElementNumber" : 2,
"minNumberOfStepsMatched" : 1,
"stopAtFirstMatch" : true,
"elementLayouts" : [ null, null ],
"type" : "type",
"elementNumber" : 5,
"fromElementNumber" : 5,
"elementLabel" : "elementLabel",
"attributeConditions" : [ null, null ],
"from" : "from",
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"complexTypeConditions" : [ null, null ],
"negativeQualifiersMatching" : true,
"compoundSteps" : [ {
"alongDirection" : true,
"source" : {
"hasComplexTypeCondition" : true,
"ids" : [ "ids", "ids" ],
"attributeConditions" : [ null, null ],
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"type" : "type",
"complexTypeConditions" : [ null, null ],
"negativeQualifiersMatching" : true,
"includeSubtypes" : true
}
}, {
"alongDirection" : true,
"source" : {
"hasComplexTypeCondition" : true,
"ids" : [ "ids", "ids" ],
"attributeConditions" : [ null, null ],
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"type" : "type",
"complexTypeConditions" : [ null, null ],
"negativeQualifiersMatching" : true,
"includeSubtypes" : true
}
} ],
"joinConditions" : [ {
"targetAttribute" : "targetAttribute",
"sourceAttribute" : "sourceAttribute",
"operator" : "NOT_EQUAL"
}, {
"targetAttribute" : "targetAttribute",
"sourceAttribute" : "sourceAttribute",
"operator" : "NOT_EQUAL"
} ],
"visible" : true,
"queryIdentifier" : "queryIdentifier",
"showEntirePath" : true,
"includeSubtypes" : true,
"layout" : [ "layout", "layout" ],
"hasComplexTypeCondition" : true,
"watch" : [ "watch", "watch" ],
"maxNumberOfStepsMatched" : 6,
"restriction" : "ALLOW_ALL",
"ids" : [ "ids", "ids" ],
"linkType" : "DIRECT",
"to" : "to"
}, {
"toElementNumber" : 2,
"minNumberOfStepsMatched" : 1,
"stopAtFirstMatch" : true,
"elementLayouts" : [ null, null ],
"type" : "type",
"elementNumber" : 5,
"fromElementNumber" : 5,
"elementLabel" : "elementLabel",
"attributeConditions" : [ null, null ],
"from" : "from",
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"complexTypeConditions" : [ null, null ],
"negativeQualifiersMatching" : true,
"compoundSteps" : [ {
"alongDirection" : true,
"source" : {
"hasComplexTypeCondition" : true,
"ids" : [ "ids", "ids" ],
"attributeConditions" : [ null, null ],
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"type" : "type",
"complexTypeConditions" : [ null, null ],
"negativeQualifiersMatching" : true,
"includeSubtypes" : true
}
}, {
"alongDirection" : true,
"source" : {
"hasComplexTypeCondition" : true,
"ids" : [ "ids", "ids" ],
"attributeConditions" : [ null, null ],
"qualifiersRestrictedTo" : [ "qualifiersRestrictedTo", "qualifiersRestrictedTo" ],
"type" : "type",
"complexTypeConditions" : [ null, null ],
"negativeQualifiersMatching" : true,
"includeSubtypes" : true
}
} ],
"joinConditions" : [ {
"targetAttribute" : "targetAttribute",
"sourceAttribute" : "sourceAttribute",
"operator" : "NOT_EQUAL"
}, {
"targetAttribute" : "targetAttribute",
"sourceAttribute" : "sourceAttribute",
"operator" : "NOT_EQUAL"
} ],
"visible" : true,
"queryIdentifier" : "queryIdentifier",
"showEntirePath" : true,
"includeSubtypes" : true,
"layout" : [ "layout", "layout" ],
"hasComplexTypeCondition" : true,
"watch" : [ "watch", "watch" ],
"maxNumberOfStepsMatched" : 6,
"restriction" : "ALLOW_ALL",
"ids" : [ "ids", "ids" ],
"linkType" : "DIRECT",
"to" : "to"
} ],
"parentId" : "parentId",
"includeEmptyLayoutProperties" : false
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
default
default response
TopologyQuery
Up
post /serviceModeling/getServiceInformation
REST APIs for getting the modeling information (getServiceModelingInformation)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for related inside UCMDB through the SDK.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Successful operation
400
Bad request.
404
The server was not found.
500
A system error occurred
Get setting by name (getSettingByName)
Path parameters
name (required)
Path Parameter — Setting Name
Responses
200
Successful Operation
400
Bad Request
401
Unauthorized Access
403
Forbidden
404
Resources Not Found
500
Internal Server Error
Get settings (getSettings)
Query parameters
sectionName (optional)
Query Parameter — Setting Category Name - without set will get all settings.
language (optional)
Query Parameter — Supported languages: da,de,el,en,es,fr,is,it,ja,ko,nb,nl,pl,pt_BR,ru,sv,tr,zh_CN default: en
displayableInUI (optional)
Query Parameter — default: false
Responses
200
Successful operation
400
Bad request.
404
The server was not found.
500
A system error occurred
Update specific setting (updateSetting)
Path parameters
name (required)
Path Parameter — setting name
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
restoreDefault (optional)
Query Parameter — default: false
customerId (optional)
Query Parameter — format: int32
Responses
200
Successful operation
400
Bad request.
404
The server was not found.
500
A system error occurred
Up
get /topology/result/{id}/{chunkNumber}
This call retrieves a chunk from a chunked TQL query result. (getQueryResponse)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for executing the TQL queries by definition inside UCMDB through the SDK.
The user that created the result ID token must be the same as the one querying it.
Path parameters
id (required)
Path Parameter — The string that represents a token that identifies this resultId, retrieved from an execute query call when the resultSize bigger than chunkNumber.
chunkNumber (required)
Path Parameter — integer value that represents the chunk size of the result.
Responses
200
Successful operation
400
Invalid input
Up
delete /topology/result/{id}
This call deletes a chunked TQL query result from memory. (releaseChunk)
Header required Authorization: Bearer (token), where (token) is the token that is returned by the Authentication call.
Permission required The user that the token belongs to must have the required permissions for executing the TQL queries by definition inside UCMDB through the SDK.
The user that created the result ID token must be the same one that deletes it.
Path parameters
id (required)
Path Parameter — The string that represents a token that identifies this resultId, retrieved from an execute query call when the resultSize bigger than chunkNumber.
Responses
200
Successful operation
400
Invalid input
[ Jump to Methods ]
Table of Contents
AddedRangeWrapper
AffectedResource
ApiDiscoveryErrorWithDetail
ApiDiscoveryJobWithTriggerCount
AttributeCondition
AuthenticationDetails
CIFilter
CiWithPolicyDetails
ClassChildInfo
ClassIdentification
ClassModelAttribute
ClassModelClass
ClassModelProperty
ClassModelQualifier
ComplexTypeCondition
CompoundStep
CompoundStepPart
Condition
CredentialItemWrapper
CredentialProfileWrapper
DataInConfigurationItem
DataInRelation
DataLayoutReq
DiscoveryActivityItemWrapper
DiscoveryJobWrapper
DiscoveryProfileWrapper
ExcludeIpRangeWrapper
Filtering
ImpactDefinition
IpRangeItemWrapper
IpRangeProfileItemWrapper
IpRangeProfileWrapper
JoinCondition
LinkCondition
ManagementZoneWithResourceWrapper
ManagementZoneWrapper
ModelingDetails
OperationZoneItem
OperationZonesWrapper
PackageWrapper
PathElement
PolicyDefinition
PostReconciliationPriorityConfigWrapper
PostReconciliationPriorityWrapper
QueryElementLayout
QueryNode
QueryRelationship
RangeExportWrapper
RangeItemWrapper
RangeListWrapper
RangeWrapper
Recipient
ReqEntry
ResourceInfo
ResourceInfoWrapper
RunDuringTimeRangeWrapper
ScheduleDetailWrapper
ScheduleProfileWrapper
SelectedRangeWrapper
ServiceResult
SettingItem
SortElement
SystemEnumDefinition
SystemEnumEntry
SystemEnumItem
SystemListEntry
SystemTypeDefinition
TimeRangeWrapper
TopologyData
TopologyQuery
Trigger
TriggerFiltersWrapper
TriggerListWrapper
Triplet
UpdateProbeWrapper
UpdatedRangeWrapper
ViewResultKeyWithChunkNumber
ZoneWithReferenceResourceWrapper
addNtadminCredential
checkCredential
credentials_cm_credential_id_body
dataflowmanagement_credentials_body
dataflowmanagement_credentials_body_1
discoveryintegration_import_body
moveCredentialIndex
packagemanager_contentpacks_body
packagemanager_packages_body
packages_resources_body
ranges_import_body
updateNtadminCredential
probe (optional)
String The probe name of this range.
example: DataFlowProbe
range
String If range's definition type is CIDR, then format is 1.1.1.1/32, else it is 1.1.1.1-1.1.1.1.
example: 1.1.1.1-1.1.1.2
definitionType (optional)
String This is the IP range format
CIDR
IP_RANGE
example: IP_RANGE
ipVersion (optional)
String IPV4 or IPV6, default is IPV4
IPV4
IPV6
example: IPV4
isIncluded (optional)
Boolean True means this is a included range, false means this is a excluded range, default is true.
example: true
rangeType (optional)
String This is the lease time of ip range
DATA_CENTER
CLIENT
example: DATA_CENTER
description (optional)
type (optional)
name (optional)
mzoneId (optional)
jobId (optional)
jobDisplayName (optional)
errorMsgCode (optional)
errorMsg (optional)
errorSeverity (optional)
errorSeverityStr (optional)
triggerCount (optional)
mzoneId (optional)
jobId (optional)
triggerCount (optional)
jobDisplayName (optional)
List of attribute Condition.
attribute (optional)
operator (optional)
String One of the following strings: isNull, equals, isNotEqualTo, like, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, in, containsAny, contains. If this is unspecified, the default value is equals.
isNull
equals
isNotEqualTo
like
greaterThan
greaterThanOrEqual
lessThan
lessThanOrEqual
in
containsAny
contains
inIgnoreCase
equalsCaseInsensitive
likeCaseInsensitive
changedInLast
unchangedInLast
occursWithinHours
occursAfterHours
value (optional)
not (optional)
logicalOperator (optional)
String The string that represents a logic operator, which can be "and" or "or".
and
or
conditions (optional)
valueType (optional)
identifier (optional)
parameterName (optional)
username
example: admin1
password
String password of the login user
example: password1
repository (optional)
example: UCMDB
clientContext (optional)
Integer client context id, this is optional format: int32
example: 1
type
String The CI Type. This field cannot be empty or missing.
example: node
layout
array[String] The columns that will be displayed in the output. This field cannot be empty or missing.
example: ["display_label","name","description","node_role","contextmenu","global_id"]
includeSubtypes (optional)
example: false
sortBy (optional)
array[SortElement] A list of sorting conditions containing the name of the column after which the data will be sort, and the order in which the data is displayed. The order field can have the following values: ASC, or DESC.
example: [{"attribute":"name","order":"DESC"}]
filtering (optional)
Information that defines a not compliant item and the policies applied in a policy calculation. This is used to show the reason why a configuration item is not compliant in relation to the policies applied
ucmdbId
String The string that represents the UCMDB ID of a configuration item
breachedPolicies
array[String] The list of policies that were applied in order to determine that the configuration item is not compliant
name (optional)
displayName (optional)
identificationType (optional)
KEY_ATTRIBUTES
IDENTIFICATION_RULE
INHERITED
NO_IDENTIFICATION
inheritedIdentificationType (optional)
KEY_ATTRIBUTES
IDENTIFICATION_RULE
INHERITED
NO_IDENTIFICATION
ruleXml (optional)
keyAttributes (optional)
name (optional)
displayName (optional)
type
qualifiers (optional)
typeInfo (optional)
isDeprecated (optional)
editable (optional)
isTrackedForHistory (optional)
valueSize (optional)
description (optional)
isCreatedByFactory (optional)
defaultValue (optional)
resolvedDefaultValue (optional)
isPartiallyOverride (optional)
isOverride (optional)
isModifiedByUser (optional)
isExternal (optional)
isClassAttribute (optional)
isChanged (optional)
name (optional)
displayName (optional)
superClass (optional)
description (optional)
allAttributes (optional)
classAttributes (optional)
iconName (optional)
children (optional)
parents (optional)
qualifiers (optional)
classType (optional)
classQualifiers (optional)
defaultLabel (optional)
validLinks (optional)
identification (optional)
triplets (optional)
editable (optional)
scope (optional)
UDM
CMS
deletable (optional)
affectedResources (optional)
createdByFactory (optional)
modifiedByUser (optional)
name
type
className (optional)
value (optional)
name (optional)
properties (optional)
qualifiersRestrictedTo (optional)
negativeQualifiersMatching (optional)
type (optional)
includeSubtypes (optional)
exclude (optional)
Compound Steps Definition, only for compound relationship
source (optional)
target (optional)
relationship (optional)
alongDirection (optional)
qualifiersRestrictedTo (optional)
negativeQualifiersMatching (optional)
type (optional)
attributeConditions (optional)
hasComplexTypeCondition (optional)
complexTypeConditions (optional)
includeSubtypes (optional)
ids (optional)
column (optional)
value (optional)
filteringAttributeCondOperator (optional)
IS_NULL
EQUALS
NOT_EQUALS
GREATER
GREATER_OR_EQUAL
LESS
LESS_OR_EQUAL
IN
IN_IGNORE_CASE
CONTAINS
CONTAINS_ANY
EQUALS_CASE_INSENSITIVE
LIKE
LIKE_CASE_INSENSITIVE
CHANGED_IN_LAST
UNCHANGED_IN_LAST
OCCURS_WITHIN_HOURS
OCCURS_AFTER_HOURS
domain (optional)
protocols (optional)
name (optional)
credentials (optional)
ucmdbId
String The string that represents a temporary ID or UCMDB ID of the objects.
example: 4dc01bee04c76cc0ac4bb069f46e8b56
type
String The string that represents the name of a valid CI Type or relation Type from the UCMDB. You have to use the name of the Type, not the display name. The name of the Type can be found inside the CI Type Manager.
example: node or composition
properties
map[String, Object] [ucmdb_cit_prop]:[ucmdb_cit_prop_value], [ucmdb_cit_prop] is the valid property name of the CI Type or relation Type. You have to use the name of the property, not its display name.[ucmdb_cit_prop_value] is the property value, which can be integer, string, Boolean, long, double, ISO8601 date, String enum, or a list of values depending on the property data type.
example: {"name":"Test1"}
attributesDisplayNames
map[String, Object] [ucmdb_cit_prop]:[ucmdb_cit_prop_display_name], [ucmdb_cit_prop] is the valid property name of the CI Type or relation Type. You have to use the name of the property, not its display name.[ucmdb_cit_prop_display_name] is the property display name, which can be stirng.
example: {"name":"Test1"}
attributesQualifiers
map[String, Object] [ucmdb_cit_attr]: {[ucmdb_cit_attr_qualifiers]}.[ucmdb_cit_attr] is the valid property name of the CI Type. You have to use the name of the property, not its display name.[ucmdb_cit_attr_qualifiers] is the qualifiers of the attribute
example: {"memory_size":{"PROPERTIES_GROUP_NUMBER":0,"PREVIEW_MODE_VISIBLE":false}}
displayLabel (optional)
String The string that represents the display label of a UCMDB CI
identifier (optional)
ucmdbId
String The string that represents a temporary ID or UCMDB ID of the objects.
example: 4dc01bee04c76cc0ac4bb069f46e8b56
type
String The string that represents the name of a valid CI Type or relation Type from the UCMDB. You have to use the name of the Type, not the display name. The name of the Type can be found inside the CI Type Manager.
example: node or composition
properties
map[String, Object] [ucmdb_cit_prop]:[ucmdb_cit_prop_value], [ucmdb_cit_prop] is the valid property name of the CI Type or relation Type. You have to use the name of the property, not its display name.[ucmdb_cit_prop_value] is the property value, which can be integer, string, Boolean, long, double, ISO8601 date, String enum, or a list of values depending on the property data type.
example: {"name":"Test1"}
attributesDisplayNames
map[String, Object] [ucmdb_cit_prop]:[ucmdb_cit_prop_display_name], [ucmdb_cit_prop] is the valid property name of the CI Type or relation Type. You have to use the name of the property, not its display name.[ucmdb_cit_prop_display_name] is the property display name, which can be stirng.
example: {"name":"Test1"}
attributesQualifiers
map[String, Object] [ucmdb_cit_attr]: {[ucmdb_cit_attr_qualifiers]}.[ucmdb_cit_attr] is the valid property name of the CI Type. You have to use the name of the property, not its display name.[ucmdb_cit_attr_qualifiers] is the qualifiers of the attribute
example: {"memory_size":{"PROPERTIES_GROUP_NUMBER":0,"PREVIEW_MODE_VISIBLE":false}}
displayLabel (optional)
String The string that represents the display label of a UCMDB CI
end1Id (optional)
end2Id (optional)
data (optional)
layout (optional)
example: ["name","description","bios_tag"]
discoveryProfileId (optional)
scheduleProfileId (optional)
credentialProfileId (optional)
jobName (optional)
jobDisplayName (optional)
adapterName (optional)
inputCI (optional)
jobType (optional)
protocols (optional)
jobParameters (optional)
triggerQueries (optional)
jobInvokeOnNewTrigger (optional)
name (optional)
description (optional)
jobs (optional)
start (optional)
end (optional)
The conditions used to filter the data.
logicalOperator (optional)
and
or
conditions (optional)
bundles (optional)
array[String] (Optional) Specify the bundles of rules used to run the analysis. If you do not specify a list of bundles, all bundles are used by default
example: ["bundle1","bundle2",...]
triggerCIs
array[Trigger] Specify the CIs that are triggered for this impact analysis (as an array of trigger CIs). At least one trigger CI should be specified. Each trigger CI has two fields:triggerId: [ucmdb_id]The string that represents the CI's ID in UCMDB ; severity: [severity]The string that represents the severity at which the trigger CI is affected.
example: [{"triggerId":[ucmdb_id],"severity":[severity]}, ...]
properties (optional)
array[String] (Optional) Specify the properties to be fetched for each affected CI that is identified by the impact analysis (as an array of strings - names). If not specified, no extra property will be fetched. The CI type and the UCMDB ID are fetched by default.
example: ["name","label",...]
start (optional)
end (optional)
excludeIpRanges (optional)
ipType (optional)
example: false
cidrMask (optional)
ipRangeProfileId (optional)
name (optional)
ranges (optional)
Join Conditions Definition, only for Join relationship
operator (optional)
NOT_EQUAL
EQUAL
IN_STRING
IN_STRING_IGNORE_CASE
sourceAttribute (optional)
targetAttribute (optional)
linkIdentifier (optional)
String The string that represents a temporary ID of the objects. This temporary object ID can be used for referring to the object inside this payload. For example, you can specify the two ends of a relationship, or use the relationship temp ID inside the link conditions.
minCardinality (optional)
String The string that represents the cardinality of a relationship end, which can be a number, *, or UNBOUNDED.
maxCardinality (optional)
String The string that represents the cardinality of a relationship end, which can be a number, *, or UNBOUNDED.
logicalOperator (optional)
String The string that represents a logic operator, which can be "and" or "or".
and
or
conditions (optional)
linkType (optional)
String type of current condition
identifier (optional)
name (optional)
activated (optional)
ipRangeProfiles (optional)
discoveryActivities (optional)
description (optional)
name (optional)
activated (optional)
ipRangeProfiles (optional)
discoveryActivities (optional)
ucmdbId
example: 409891d38de4ef7e842990f436bb4478
chunkSize
example: 2000
name (optional)
displayName (optional)
category (optional)
buildNumber (optional)
description (optional)
lastModifiedTime (optional)
version (optional)
dependencies (optional)
updatedBy (optional)
updatedVersion (optional)
minVersion (optional)
maxVersion (optional)
enforcePackageVersioning (optional)
hidden (optional)
operationErrorCode (optional)
readme (optional)
factory (optional)
subSystems (optional)
undeployResources (optional)
allResources (optional)
Path to retrieve the items from a view result or from a policy calculation result
pathElementId
String path id for retrieving the results from a view result
example: NON-COMPLIANT
pathElementType
String path type for retrieving the results from a view result
example: NON-COMPLIANT
pathElementName (optional)
String path name for retrieving the results from a view result
example: NON-COMPLIANT
Information that defines a compliance view. When used for calculation or export either the name property OR baseViewName and policyQueries properties must be populated
name (optional)
String compliance view name (used for calculating a saved compliance view)
example: complianceView1
baseViewName (optional)
String view name (used for calculating an ad-hoc compliance view)
example: baseTestingView1
policyQueries (optional)
array[String] list of policies (used for calculating an ad-hoc compliance view)
ciTypePriorities (optional)
attributePriorities (optional)
name (optional)
priority (optional)
category (optional)
String The category of this reconciliation priority.
INTEGRATION
DISCOVERY
example: DISCOVERY
type (optional)
qualifiers (optional)
attributes (optional)
excludedAttributes (optional)
elementLayouts (optional)
qualifiersRestrictedTo (optional)
negativeQualifiersMatching (optional)
linkConditions (optional)
type (optional)
String The string that represents the name of a valid CI Type from the UCMDB. You have to use the name of the CI Type, not the display name. The name of the CI Type can be found inside the CI Type Manager.
queryIdentifier (optional)
String The string that represents a temporary ID of the objects. This temporary object ID can be used for referring to the object inside this payload. For example, you can specify the two ends of a relationship, or use the relationship temp ID inside the link conditions.
visible (optional)
includeSubtypes (optional)
watch (optional)
layout (optional)
array[String] List of ucmdb_cit_prop (ucmdb_cit_prop represents the valid property name of the CI Type. You can get the name and the list of all properties of a CI Type from the CI Type Manager.).
attributeConditions (optional)
elementLabel (optional)
String This string represents the Element Label of the query element
complexTypeConditions (optional)
hasComplexTypeCondition (optional)
elementNumber (optional)
ids (optional)
isContactNode (optional)
elementLayouts (optional)
qualifiersRestrictedTo (optional)
negativeQualifiersMatching (optional)
maxNumberOfStepsMatched (optional)
Integer Max number of steps, only for compound relationship format: int32
minNumberOfStepsMatched (optional)
Integer Min number of steps, only for compound relationship format: int32
showEntirePath (optional)
Boolean Show full path between source and target CIs, only for compound relationship
stopAtFirstMatch (optional)
Boolean Should Stop at first compound level, only for compound relationship
compoundSteps (optional)
joinConditions (optional)
restriction (optional)
ALLOW_ALL
ALLOW_SELF_ONLY
ALLOW_NON_SELF_ONLY
type (optional)
String The string that represents the name of a valid CI Type from the UCMDB. You have to use the name of the CI Type, not the display name. The name of the CI Type can be found inside the CI Type Manager.
queryIdentifier (optional)
String The string that represents a temporary ID of the objects. This temporary object ID can be used for referring to the object inside this payload. For example, you can specify the two ends of a relationship, or use the relationship temp ID inside the link conditions.
visible (optional)
includeSubtypes (optional)
watch (optional)
layout (optional)
array[String] List of ucmdb_cit_prop (ucmdb_cit_prop represents the valid property name of the CI Type. You can get the name and the list of all properties of a CI Type from the CI Type Manager.).
attributeConditions (optional)
elementLabel (optional)
String This string represents the Element Label of the query element
complexTypeConditions (optional)
hasComplexTypeCondition (optional)
elementNumber (optional)
from (optional)
to (optional)
fromElementNumber (optional)
toElementNumber (optional)
ids (optional)
linkType (optional)
DIRECT
CALCULATED_LINK
COMPOUND
JOIN
domainNames (optional)
array[String] Specify domain name(s). Only used for export scope ALL
example: ["domain1","domain2"]
probeNames (optional)
array[String] Specify probe name(s). Only used for export scope ALL
example: ["probe1","probe2"]
groupNames (optional)
array[String] Specify range group(s). Only used for export scope ALL
example: ["group1","group2"]
rangeTypes (optional)
array[String] Specify range type(s). Only used for export scope ALL
example: ["DATA_CENTER","CLIENT"]
selectedRanges (optional)
queriedIpAddress (optional)
String Gets probes whose IP ranges contain the specified IP address. The queried IP address can be partial or complete.
domainName (optional)
clusterName (optional)
example: false
probeName (optional)
ipRanges (optional)
operation (optional)
groups (optional)
ranges (optional)
probe (optional)
String The probe name of this range.
example: DataFlowProbe
range
String If range's definition type is CIDR, then format is 1.1.1.1/32, else it is 1.1.1.1-1.1.1.1.
example: 1.1.1.1-1.1.1.2
definitionType (optional)
String This is the IP range format
CIDR
IP_RANGE
example: IP_RANGE
ipVersion (optional)
String IPV4 or IPV6, default is IPV4
IPV4
IPV6
example: IPV4
isIncluded (optional)
Boolean True means this is a included range, false means this is a excluded range, default is true.
example: true
name (optional)
addresses (optional)
id (optional)
valid (optional)
date (optional)
example: 1476365233608
ciIDs (optional)
example: ["495a4faf96729548a2603046dbf7efd9","476948c54e4a86e1a32bb83c41cdc7c5"]
path (optional)
currentVersion (optional)
data (optional)
subSystemDisplayName (optional)
packageDisplayName (optional)
name (optional)
packageName (optional)
extension (optional)
isFactory (optional)
cmdbVersion (optional)
subSystemName (optional)
displayInUi (optional)
absoluteName (optional)
noVersionSet (optional)
qualifiedName (optional)
updateTime (optional)
currentVersion (optional)
noVersionSet (optional)
subSystemName (optional)
displayInUi (optional)
subSystem (optional)
subSystemDisplayName (optional)
name (optional)
extension (optional)
path (optional)
displayInUI (optional)
packageName (optional)
packageDisplayName (optional)
cmdbVersion (optional)
updateTime (optional)
isFactory (optional)
data (optional)
recalculateName (optional)
absoluteName (optional)
qualifiedName (optional)
isCurrentVersion (optional)
isNoVersionSet (optional)
type
always,timeRange,alwaysRunBetween
example: always
timeRange (optional)
alwaysRunBetween (optional)
invocationTime (optional)
intervalUnit (optional)
interval (optional)
invocationHours (optional)
daysOfWeek (optional)
monthsOfYear (optional)
daysOfMonth (optional)
cronExpr (optional)
name (optional)
generateFrom (optional)
scheduleDetail (optional)
runDuringTimeRange (optional)
startTime (optional)
endTime (optional)
timeZone (optional)
Specify ranges to be export. Only used for export scope SELECTED
probe (optional)
String Name of the probe that this range belongs to.
example: DataFlowProbe
range
example: 1.1.1.1-1.1.1.2
code (optional)
message (optional)
parameters (optional)
name (optional)
value (optional)
valueType (optional)
defaultValue (optional)
factoryValue (optional)
displayName (optional)
description (optional)
refreshRate (optional)
displayInUI (optional)
sectionName (optional)
sectionDisplayName (optional)
scope (optional)
allowedValues (optional)
editable (optional)
displayType (optional)
A list of sorting conditions containing the name of the column after which the data will be sort, and the order in which the data is displayed. The order field can have the following values: ASC, or DESC.
attribute (optional)
order (optional)
ASC
DESC
listValue (optional)
enumValue (optional)
key (optional)
value (optional)
createdByFactory (optional)
items (optional)
name (optional)
value (optional)
type (optional)
value (optional)
createdByFactory (optional)
name (optional)
displayName (optional)
type (optional)
description (optional)
listType (optional)
LIST
ENUMERATION
createdByFactory (optional)
modifiedByUser (optional)
values (optional)
deletable (optional)
editable (optional)
mon (optional)
tue (optional)
wed (optional)
thu (optional)
fri (optional)
sat (optional)
sun (optional)
cis (optional)
relations (optional)
parentId (optional)
firstLoadStrategy (optional)
LOAD_ON_SERVER_START
LOAD_ON_FIRST_REQUEST
bundleNames (optional)
nodes (optional)
relations (optional)
folder (optional)
recalcPriority (optional)
description (optional)
includeEmptyLayoutProperties (optional)
Boolean Allows the user to choose whether they want to see the empty layout attributes for CIs and relations in the api response or not. Default value is false.
example: false
baseQueryName (optional)
jobId (optional)
mzoneId (optional)
triggerCiId (optional)
triggerCiType (optional)
operation (optional)
discoveryErrorFilters (optional)
discoveryJobs (optional)
operation (optional)
triggerItems (optional)
end1Type (optional)
end2Type (optional)
linkType (optional)
forward (optional)
probeName (optional)
upgradeStatus (optional)
oldRanges (optional)
newRanges (optional)
viewExecutionId
String viewResultId value returned by calculation
path
array[PathElement] the path for which the results should be retrieved. Send empty list for retrieving the first level of results
search (optional)
String used to filter the records from the given path
example: node1
chunkNumber
Integer the chunk number for which the results should be retrieved format: int32
example: 1
zone (optional)
discoveryProfiles (optional)
scheduleProfiles (optional)
ipRangeProfiles (optional)
credentialProfiles (optional)
warnings (optional)
Represents an ntadmin credential in the system
credentialType
example: ntadminprotocol
domainName (optional)
example: DefaultDomain
user_label (optional)
example: ntadminExample
protocol_timeout (optional)
example: 20000
ntadminprotocol_service_startup (optional)
example: LocalService
Checks whether the specified credential is available
probeName
example: testProbe
ipAddress
example: 192.168.1.1
timeout
Long time out format: int64
example: 60000
Represents an ntadmin credential in the system, which need to update
credentialType
example: ntadminprotocol
domainName (optional)
example: DefaultDomain
user_label (optional)
example: ntadminExample
protocol_timeout (optional)
example: 30000
ntadminprotocol_service_startup (optional)
example: LocalService
Represents an ntadmin credential in the system
credentialType
example: ntadminprotocol
domainName (optional)
example: DefaultDomain
user_label (optional)
example: ntadminExample
protocol_timeout (optional)
example: 20000
ntadminprotocol_service_startup (optional)
example: LocalService
Update the specified credentials index
credentialType
example: ntadminprotocol
domainName (optional)
example: DefaultDomain
fromCredentialId
example: *_*_CMS
fromProtocolIndex (optional)
Integer source credential index format: int32
example: 1
moveToCredentialI
example: *_*_CMS
moveToProtocolIndex (optional)
Integer source credential index format: int32
example: 2
file
byte[] The file to import. format: binary
Update the specified credentials index
credentialType
example: ntadminprotocol
domainName (optional)
example: DefaultDomain
fromCredentialId
example: *_*_CMS
fromProtocolIndex (optional)
Integer source credential index format: int32
example: 1
moveToCredentialI
example: *_*_CMS
moveToProtocolIndex (optional)
Integer source credential index format: int32
example: 2
file
byte[] The file to import. format: binary
Represents an ntadmin credential in the system, which need to update
credentialType
example: ntadminprotocol
domainName (optional)
example: DefaultDomain
user_label (optional)
example: ntadminExample
protocol_timeout (optional)
example: 30000
ntadminprotocol_service_startup (optional)
example: LocalService