You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

1.Create The sporadic high-flow transfer support intent


1.1 Create the Configuration Policy

1.1.1 Create the configuration Policy Type


Method: POST 
URL: https://policyhost:port/policy/api/v1/policytypes

Body: 
{
    "tosca_definitions_version":"tosca_simple_yaml_1_1_0",
    "policy_types":{
        "onap.policies.monitoring.docker.slicems.app":{
            "version":"1.0.0",
            "description":"Runtime Configuration of Slice MS",
            "derived_from":"onap.policies.Monitoring:1.0.0",
            "properties":{
                "cllId":{
                    "type":"string",
                    "required":true,
                    "description":"cll id"
                },
                "closedLoopStatus":{
                    "type":"string",
                    "required":true,
                    "description":"whether provide closed loop assurance for one cll"
                },
                "originalBw":{
                    "type":"string",
                    "required":true,
                    "description":"original bw of one cll"
                }
            }
        }
    }
}


`


2. Remove the sporadic high-flow transfer support intent

  • No labels