app-service_management

On this page:

testInstances

Summary

Config Dry Run

Description

Calculates the minimum device configuration commands required to save new service instances or update existing service instances.

Route

POST /service_management/testInstances

Roles

admin engineering support apiread

Parameters

DetailsExampleSchema
Name Type Required Description
instance object yes An object with a single field. The field's key is the service model's XPATH. The field's value is an array of objects. Each element of the array is an object representing the properties of a service model instance. Can be obtained with API ServiceManager.getInstance().
options object yes Allows for passing options to an IAP adapter. Reference the JSON schema posted at https://docs.itential.io/.

Return

DetailsExampleSchema
Name Type Description
result object An object containing dry-run results for the service instances being provisioned suitable as input to the ViewTestService job task.