Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 0 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
** xref:classify-api-task.adoc[Classify an API Instance into an Environment]
** xref:promote-api-task.adoc[Promote an API Instance to Another Environment]
* xref:defining-sla-tiers.adoc[Manage SLA Tiers]
** xref:delete-sla-tier-task.adoc[Remove SLA Tiers]
* xref:api-proxy-landing-page.adoc[Configure API Proxies]
** xref:wsdl-raml-http-proxy-reference.adoc[Handle API Proxy Status Codes]
** xref:https-reference.adoc[Configure an HTTPS Endpoint]
Expand Down
23 changes: 20 additions & 3 deletions modules/ROOT/pages/defining-sla-tiers.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= Reviewing SLA Tiers Concepts
:page-aliases: delete-sla-tier-task.adoc
ifndef::env-site,env-github[]
include::_attributes.adoc[]
endif::[]
Expand Down Expand Up @@ -53,14 +54,30 @@ After you define an SLA for an API, you can approve or revoke access requests fr

If you set the tiers for manual approval, email notifications are sent to you when developers request access for their applications. You can review the applications on the API version details page and approve, reject, or revoke requests. If a developer asks to change tiers, you can also review the change request and approve the application for the new tier or reject the change request.

== Deprecating and Deleting Tiers
== Deprecate a Tier

After you assign applications to SLA tiers, you have the option to deprecate a tier to prevent developers from signing up new applications up for that tier. You cannot delete an SLA tier that has applications assigned to it.
After you assign applications to SLA tiers, you have the option to deprecate a tier to prevent developers from signing up new applications for that tier. You cannot delete an SLA tier that has applications assigned to it.

To deprecate and delete a tier, first create a new tier and notify application owners of the new tier name that you create. Next, revoke application access to the existing, deprecated tier. Ask the application owners to re-request access to the API using the new tier. Finally, after all application owners sign up for a new tier and you approve their move to the new tier, you can delete the deprecated tier.
To deprecate a tier:

. Create a new tier and notify application owners of the new tier name.
. Revoke application access to the existing, deprecated tier.
. Ask the application owners to re-request access to the API using the new tier.

== Delete a Tier
After all application owners sign up for a new tier and you approve their move to the new tier, you can delete the deprecated tier.

To delete a tier:

. Navigate to *Anypoint Platform* > *API Manager*.
. In the menu, select *API Administration*.
. Click on an API instance name.
. On the API dashboard, select *SLA Tiers* from the menu.
. For the tier to delete, select *Delete* from the *More actions* menu.

== See Also

* xref:exchange::about-sharing-assets.adoc[About Sharing Assets, including an API]
* xref:exchange::to-request-access.adoc[To Request Access to an API]
* xref:exchange::about-portals.adoc[Exchange portals]
* xref:rate-limiting-sla-policy.adoc[Reviewing Rate-Limiting SLA Policy]
Expand Down
19 changes: 0 additions & 19 deletions modules/ROOT/pages/delete-sla-tier-task.adoc

This file was deleted.