Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Network wathcer] add a new field trafficAnalyticsInterval for TA #4420

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -2669,7 +2669,11 @@
},
"workspaceResourceId": {
"description": "Resource Id of the attached workspace ",
"type": "string"
"type": "string"
},
"trafficAnalyticsInterval": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do any of the examples need to be updated?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the optional field. I am new for swagger. Could you let know what do you means examples ?

        Do any of the examples need to be updated?

This is the optional field. I am new for swagger. Could you let know what do you means examples ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's an optional field this should not be an issue.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

        If it's an optional field this should not be an issue.

Hi, Thanks for take care of the review. Do I need to do anything like click the button "close Pull Request" after you approve the PR ?

"description": "The interval in minutes which would decide how frequently TA service should do flow analytics",
"type": "integer"
}
}
},
Expand Down