-
Notifications
You must be signed in to change notification settings - Fork 689
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
cloud: add msp docs #16070
Merged
Merged
cloud: add msp docs #16070
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Managed Service Provider Customer | ||
summary: Learn how to become a Managed Service Provider (MSP) customer. | ||
--- | ||
|
||
# Managed Service Provider Customer | ||
|
||
A Managed Service Provider (MSP) customer is a customer who uses the TiDB Cloud Services provided by the Managed Service Provider. The MSP customer need to purchase TiDB Cloud and pay invoices through the MSP channel. | ||
|
||
This document describes how to become an MSP customer and some common operations for MSP customers. | ||
|
||
## Create a new MSP customer account | ||
|
||
To create a new MSP customer account, visit the MSP dedicated sign-up page. Each MSP has a unique dedicated sign-up page. Contact your MSP to get the URL of the sign-up page. | ||
|
||
## Migrate from a direct TiDB Cloud account to an MSP customer account | ||
|
||
> **Tip:** | ||
> | ||
> Direct customers are the end customers who purchase TiDB Cloud and pay invoices directly from PingCAP. | ||
|
||
If you are currently a direct customer with a TiDB Cloud account, you can ask your MSP to migrate your account to an MSP customer account. | ||
|
||
The migration will take effect on the 1st of a future month. Discuss with your MSP to determine the specific effective date. | ||
|
||
On the effective day of migration, you will receive an email notification. | ||
|
||
## Check your future bills | ||
|
||
Once you successfully become an MSP customer, you will pay invoices through your MSP. Ask your MSP where you can check your bills and invoices. | ||
|
||
PingCAP does not send any bills and invoices to MSP customers. | ||
|
||
## Check your history bills | ||
|
||
If you have migrated from a direct TiDB Cloud account to an MSP customer account, you can view your history bills prior to the migration by visiting **Billing** > **Bills** > **History** in the TiDB Cloud console. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Managed Service Provider | ||
summary: Learn how to become a Managed Service Provider (MSP). | ||
--- | ||
|
||
# Managed Service Provider | ||
|
||
A managed service provider (MSP) is a partner who resells TiDB Cloud and provides value-added services, including but not limited to TiDB Cloud organization management, billing services, and technical support. | ||
|
||
## Become an MSP of PingCAP | ||
|
||
If you are interested in the MSP program and would like to join as a partner, [contact sales](https://www.pingcap.com/partners/become-a-partner/) to enroll. We will carefully evaluate your request and get back to you soon. | ||
|
||
## Manage daily tasks for MSP customers | ||
|
||
Once you are approved as a PingCAP MSP, you will receive an API key for the [MSP Management API](https://docs.pingcap.com/tidbcloud/api/msp/v1beta1). You can manage your MSP customers' daily tasks via OpenAPI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api url is added to TOC in #16040