diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index a55580c2e..a9be04f6b 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -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] diff --git a/modules/ROOT/pages/defining-sla-tiers.adoc b/modules/ROOT/pages/defining-sla-tiers.adoc index 13d96a564..5bfaf328f 100644 --- a/modules/ROOT/pages/defining-sla-tiers.adoc +++ b/modules/ROOT/pages/defining-sla-tiers.adoc @@ -1,4 +1,5 @@ = Reviewing SLA Tiers Concepts +:page-aliases: delete-sla-tier-task.adoc ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] @@ -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] diff --git a/modules/ROOT/pages/delete-sla-tier-task.adoc b/modules/ROOT/pages/delete-sla-tier-task.adoc deleted file mode 100644 index d12540bc1..000000000 --- a/modules/ROOT/pages/delete-sla-tier-task.adoc +++ /dev/null @@ -1,19 +0,0 @@ -= Removing SLA Tiers on API Manager -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] - -. Create a new SLA tier: -* In API Manager, in API Administration, click an API instance. -* On the API dashboard, select SLA Tiers. -* Set up and add the new SLA Tier. -. Notify application owners of the new tier name and ask them to re-request access to the API using the new tier. -. After all application owners sign up for a new tier and you approve their move to the new tier, delete the old tier: -* On the API dashboard, select SLA Tiers. -* Click Delete. - -== See Also - -* xref:exchange::to-request-access.adoc[To Request Access to an API] -* xref:exchange::about-sharing-assets.adoc[About Sharing Assets, including an API] -* xref:exchange::to-request-access.adoc[To Request Access to an API] \ No newline at end of file