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

Admin question + url improvements for existing admin questions #220

Merged
2 changes: 1 addition & 1 deletion content/questions/admin/question-003.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Question 003"
draft: false
---

> https://docs.github.com/en/enterprise-server@3.11/support/learning-about-github-support/about-github-support#about-github-support
> https://docs.github.com/en/enterprise-server/support/learning-about-github-support/about-github-support#about-github-support
1. [x] GitHub Enterprise Support
1. [ ] GitHub Premium Support
1. [ ] GitHub Standard Support
Expand Down
2 changes: 1 addition & 1 deletion content/questions/admin/question-004.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Question 004"
draft: false
---

> https://docs.github.com/en/enterprise-server@3.11/support/learning-about-github-support/about-github-support#scope-of-support
> https://docs.github.com/en/enterprise-server/support/learning-about-github-support/about-github-support#scope-of-support
- [x] Installing and using GitHub Enterprise Server
- [x] Identifying and verifying the causes of suspected errors
- [x] Installing and using Advanced Security
Expand Down
2 changes: 1 addition & 1 deletion content/questions/admin/question-005.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Question 005"
draft: false
---

> https://docs.github.com/en/enterprise-server@3.11/support/contacting-github-support/providing-data-to-github-support#creating-and-sharing-diagnostic-files
> https://docs.github.com/en/enterprise-server/support/contacting-github-support/providing-data-to-github-support#creating-and-sharing-diagnostic-files
- [x] Use the `ghe-diagnostics` command-line utility to retrieve the diagnostics for your instance.
- [x] Create a diagnostic file from the Management Console by navigating to the Support tab and clicking `Download diagnostics info`.
- [ ] Use the `ghe-support-bundle` command to create and upload the diagnostic file.
Expand Down
2 changes: 1 addition & 1 deletion content/questions/admin/question-007.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Question 007"
draft: false
---

> https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin?apiVersion=2022-11-28
> https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin
- [x] Admin stats
- [x] Audit log
- [x] Billing
Expand Down
2 changes: 1 addition & 1 deletion content/questions/admin/question-012.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Question 012"
draft: false
---

> https://docs.github.com/en/enterprise-server@3.11/support/learning-about-github-support/about-github-support#about-github-support
> https://docs.github.com/en/enterprise-server/support/learning-about-github-support/about-github-support#about-github-support
1. [x] GitHub Premium Support
1. [ ] GitHub Enterprise Support
1. [ ] GitHub Standard Support
Expand Down
2 changes: 1 addition & 1 deletion content/questions/admin/question-038.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Question 038"
draft: false
---

> https://docs.github.com/en/enterprise-server@3.9/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise
> https://docs.github.com/en/enterprise-server/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise
1. [x] By navigating to the `Site admin` dashboard to view the license usage under `Enterprise account` settings.
1. [ ] Through direct email requests to GitHub Support.
1. [ ] Checking the organization's public profile page for real-time stats.
Expand Down
2 changes: 1 addition & 1 deletion content/questions/admin/question-075.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Question 075"
draft: false
---

> https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-authenticated-users
> https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api#primary-rate-limit-for-authenticated-users
1. [x] 5,000 requests per hour
1. [ ] 60 requests per hour
1. [ ] 15,000 requests per hour
Expand Down
13 changes: 13 additions & 0 deletions content/questions/admin/question-096.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
question: "By which header can you check the number of requests you have made in the current rate limit window when using the GitHub REST API?"
archetype: "questions"
title: "Question 096"
draft: false
---

> https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api#checking-the-status-of-your-rate-limit
1. [x] `x-ratelimit-used`
1. [ ] `x-ratelimit-limit`
1. [ ] `x-ratelimit-remaining`
1. [ ] `x-ratelimit-reset`
1. [ ] `x-ratelimit-resource`
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"OIDC",
"preconfigured",
"qlcli",
"ratelimit",
"roadmaps",
"SARIF",
"sarifs",
Expand Down
Loading