Submit PlanFragment Models
This operation is used to publish multiple planfragment models.
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/planfragmentmodels
Parameter content type: application/xml
Example of PlanFragment models:
<?xml version="1.0" encoding="UTF-8"?> <PlanFragmentModels> <planFragment> <planFragmentID>string</planFragmentID> <planFragmentUniqueId_CANCEL> <description>string</description> <name>string</name> </planFragmentUniqueId_CANCEL> <planFragmentUniqueId_CEASE> <description>string</description> <name>string</name> </planFragmentUniqueId_CEASE> <planFragmentUniqueId_PROVIDE> <description>string</description> <name>string</name> </planFragmentUniqueId_PROVIDE> <planFragmentUniqueId_UPDATE> <description>string</description> <name>string</name> </planFragmentUniqueId_UPDATE> <planFragmentName>string</planFragmentName> <planFragmentVersion>string</planFragmentVersion> <owner>string</owner> <record_Type>string</record_Type> <errorHandler>string</errorHandler> <retry> <retryCount>0</retryCount> <retryDelay>0</retryDelay> <retryFailed>true</retryFailed> <retryOverride>true</retryOverride> </retry> <section> <endMilestoneID>string</endMilestoneID> <maximumDuration>0</maximumDuration> <startMilestoneID>string</startMilestoneID> <typicalDuration>0</typicalDuration> </section> </planFragment> </PlanFragmentModels>
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.