Deprecations in Adapter-NSO
The table below shows a list of deprecations in adapter-nso.
Item | Description | Deprecation Release | Removal Release | Replacement |
---|---|---|---|---|
authenticate | Authenticate a user with NSO. | 2019.1 | 2019.3 | None |
applyTemplate | Apply a NSO device template. | 2019.1 | 2019.3 | applyTemplates |
applyVariableTemplate | Apply a NSO device template with variables | 2019.1 | 2019.3 | applyTemplates |
dryRunVariableTemplate | Dry run a device template with variables. | 2019.1 | 2019.3 | applyTemplates |
getServiceInstanceMap | Returns all instances of services from NSO with hosts. | 2019.1 | 2019.3 | None |
getServiceModels | Returns all service models from NSO. | 2019.1 | 2019.3 | getServiceModelMap |
pingDevice | Connect to NSO device. | 2019.1 | 2019.3 | NSO Manager:isAlive |
getConfig | The "NATIVE" value for the "format" input parameter. | 2019.2 | 2020.1 | Use "CISCO_AR_FORMAT" as value. |
getSchema | Get Yang Model. | 2019.2 | 2020.1 | getServiceModel |
getYANG | Get Yang Model. | 2019.2 | 2020.1 | getServiceModel |
loadXML | Get XML Config. | 2019.2 | 2020.1 | NSO Manager:runAction |
passThru | Execute commands on device. | 2019.2 | 2020.1 | runCommand |
getSchema | Get Yang Model. | 2019.2 | 2020.1 | getServiceModel |
loadNativeConfig | Get Native Config. | 2019.2 | 2020.1 | NSO Manager:runAction |
createGroup | Creates Auth Group. | 2019.2 | 2020.1 | saveGroup |
getReports | None | 2019.2 | 2020.1 | None |
createReport | None | 2019.2 | 2020.1 | None |
deleteReport | None | 2019.2 | 2020.1 | None |
runCompliance | None | 2019.2 | 2020.1 | None |
getServiceDeviceList | Gets a list of devices. | 2019.2 | 2020.1 | getDevicesFiltered |
listServiceModels | Gets a list of service models. | 2019.2 | 2020.1 | getServiceModelMap |
getDeviceModificationsForServiceInstance | Get service modifications for a device. | 2019.2 | 2020.1 | getDeviceModificationsForServiceInstanceWithParams |
deleteService | Deletes a service model instance. | 2019.2 | 2020.1 | deleteServiceWithOptions |
deleteServicePoint | Delete a section of service. | 2019.2 | 2020.1 | None |
prepareServiceData | Converts array of field data to NSO parameter object. | 2019.2 | 2020.1 | None |
addServiceInstance | Provision a service instance in NSO. | 2019.2 | 2020.1 | saveServiceInstances |
addServiceInstanceWithOptions | Provision a service instance with options in NSO. | 2019.2 | 2020.1 | saveServiceInstances |
addServiceInstanceFromObject | Provision a service instance in NSO from a Data Object. | 2019.2 | 2020.1 | saveServiceInstances |
DryRunService | Perform dry-run for service changes. | 2019.2 | 2020.1 | testServiceInstances |
dryRunServiceInstance | Dry Run a service instance in NSO. | 2019.2 | 2020.1 | testServiceInstances |
dryRunServiceInstanceObject | Dry Run a service instance in NSO and request response in native format. | 2019.2 | 2020.1 | testServiceInstances |
getServiceInstanceObjectTemplate | Get the Service Object Template to set a service. | 2019.2 | 2020.1 | getServiceModel |
testServiceInstance | Dry Run a service instance. | 2019.2 | 2020.1 | testServiceInstances |
saveServiceInstanceObject | Provision a service instance in NSO. | 2019.2 | 2020.1 | saveServiceInstances |
saveServiceInstance | Provision a service instance in NSO. | 2019.2 | 2020.1 | saveServiceInstances |
convertObjectToArray | None | 2019.2 | 2020.1 | None |
getServiceModelFields | Get the YANG data for a service. | 2019.2 | 2020.1 | getServiceModel |