Loading proto/automation.proto +3 −3 Original line number Diff line number Diff line Loading @@ -39,12 +39,12 @@ enum ZSMServiceStateEnum { message ZSMCreateRequest { context.ServiceId serviceId = 1; PolicyRuleList policyList = 2; policy.PolicyRuleList policyList = 2; } message ZSMCreateUpdate { context.Uuid ZSMServiceID = 1; PolicyRuleList policyList = 2; policy.PolicyRuleList policyList = 2; } // A unique identifier per ZSM service Loading @@ -63,7 +63,7 @@ message ZSMService { ZSMServiceID zsmServiceId = 1; context.ServiceId serviceId = 2; PolicyRuleList policyList = 3; policy.PolicyRuleList policyList = 3; // TODO: When new Analytics and updated Monitoring are in place, add the necessary binding to them } Loading
proto/automation.proto +3 −3 Original line number Diff line number Diff line Loading @@ -39,12 +39,12 @@ enum ZSMServiceStateEnum { message ZSMCreateRequest { context.ServiceId serviceId = 1; PolicyRuleList policyList = 2; policy.PolicyRuleList policyList = 2; } message ZSMCreateUpdate { context.Uuid ZSMServiceID = 1; PolicyRuleList policyList = 2; policy.PolicyRuleList policyList = 2; } // A unique identifier per ZSM service Loading @@ -63,7 +63,7 @@ message ZSMService { ZSMServiceID zsmServiceId = 1; context.ServiceId serviceId = 2; PolicyRuleList policyList = 3; policy.PolicyRuleList policyList = 3; // TODO: When new Analytics and updated Monitoring are in place, add the necessary binding to them }