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

Fix the License reports endpoint schema #264

Closed
cloudjumpercat opened this issue Jan 15, 2025 · 0 comments · Fixed by Kong/docs.konghq.com#8370
Closed

Fix the License reports endpoint schema #264

cloudjumpercat opened this issue Jan 15, 2025 · 0 comments · Fixed by Kong/docs.konghq.com#8370
Assignees

Comments

@cloudjumpercat
Copy link
Contributor

Endpoint: https://kongdeveloper.netlify.app/api/gateway/admin-ee/3.9/#/operations/get-license-report

It's missing additional things listed here: Monitor License Usage - Kong Gateway | Kong Docs

Here's the sample report I generated so you can see some of the missing values:

{
	"db_version": "postgres 13.18",
	"kong_version": "3.9.0.0",
	"deployment_info": {
		"type": "traditional"
	},
	"routes_count": 0,
	"license": {
		"license_key": "00141000017ODj3AAG_a1V41000004wT0OEAU",
		"license_expiration_date": "2017-07-20"
	},
	"plugins_count": {
		"unique_route_lambdas": 0,
		"tiers": {
			"custom": {},
			"free": {},
			"enterprise": {}
		},
		"unique_route_kafkas": 0
	},
	"consumers_count": 0,
	"services_count": 0,
	"rbac_users": 0,
	"workspaces_count": 1,
	"counters": {
		"total_requests": 0,
		"buckets": [
			{
				"bucket": "2025-01",
				"request_count": 0
			}
		]
	},
	"checksum": "6477ca2cc4a70e84595197d2544f5bb11550caa1",
	"timestamp": 1736963105,
	"system_info": {
		"uname": "Linux aarch64",
		"cores": 4,
		"hostname": "931afa0d2ed6"
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants