├── .gitignore ├── LICENSE ├── README.md ├── en ├── docs │ ├── administer │ │ ├── add-members-to-your-organization.md │ │ ├── add-new-organization.md │ │ ├── change-organization-name.md │ │ ├── migrate-using-cli-tool.md │ │ ├── register-and-invite-members.md │ │ └── view-and-download-logs.md │ ├── assets │ │ ├── attachments │ │ │ ├── administer │ │ │ │ ├── apictl-linux-i586.tar.gz │ │ │ │ ├── apictl-linux-x64.tar.gz │ │ │ │ ├── apictl-macosx-x64.tar.gz │ │ │ │ ├── apictl-windows-i586.zip │ │ │ │ └── apictl-windows-x64.zip │ │ │ ├── customize │ │ │ │ └── fancy.zip │ │ │ └── learn │ │ │ │ └── schema_graphql.graphql │ │ ├── css │ │ │ ├── style.css │ │ │ ├── theme-material.css │ │ │ └── theme.css │ │ ├── img │ │ │ ├── administer │ │ │ │ ├── add-member.png │ │ │ │ ├── download-log-files.png │ │ │ │ ├── download-logs-timer.png │ │ │ │ ├── download-logs.png │ │ │ │ ├── extracted-log-files.png │ │ │ │ ├── invite-members.png │ │ │ │ ├── invite.png │ │ │ │ ├── live-log-viewer.png │ │ │ │ ├── live-log.png │ │ │ │ └── zip-file-structure.png │ │ │ ├── continuous-integration-and-deployment │ │ │ │ ├── ci-cd-for-api-management.png │ │ │ │ └── continuous-integration-and-deployment.png │ │ │ ├── create-wso2-account │ │ │ │ ├── api-publisher-portal.png │ │ │ │ ├── profile-details.png │ │ │ │ └── verification-email-message.png │ │ │ ├── customize │ │ │ │ ├── add-new-doc-attributes.png │ │ │ │ ├── add-new-document.png │ │ │ │ ├── admin-dashboard.png │ │ │ │ ├── admin-portal-custom-domain.png │ │ │ │ ├── api-details-attributes.png │ │ │ │ ├── api-details-section-attributes.png │ │ │ │ ├── api-name-in-markdown.png │ │ │ │ ├── api-overview.png │ │ │ │ ├── api-portal-custom-domain.png │ │ │ │ ├── api-property-keys.png │ │ │ │ ├── api-publisher-custom-domain.png │ │ │ │ ├── api-store-background-color.png │ │ │ │ ├── api-store-label-on-header.png │ │ │ │ ├── applied-theme-customizations.png │ │ │ │ ├── banner-attributes.png │ │ │ │ ├── business-owner-field.png │ │ │ │ ├── contact-support.png │ │ │ │ ├── custom-url.png │ │ │ │ ├── customized-analytics-dashboard.png │ │ │ │ ├── customized-api-details-section.png │ │ │ │ ├── customized-footer.png │ │ │ │ ├── customized-header.png │ │ │ │ ├── customized-invitation-email.png │ │ │ │ ├── customized-sign-in-page.png │ │ │ │ ├── customized-tag-cloud.png │ │ │ │ ├── default-api-details-section.png │ │ │ │ ├── default-common-listing-app-bar.png │ │ │ │ ├── default-footer.png │ │ │ │ ├── default-header.png │ │ │ │ ├── default-left-menu.png │ │ │ │ ├── default-sign-in-page.png │ │ │ │ ├── default-tag-cloud.png │ │ │ │ ├── delete-gateway-custom-domain.png │ │ │ │ ├── deletion-confirmation.png │ │ │ │ ├── devportal-banner.png │ │ │ │ ├── drop-down-api-list-color.png │ │ │ │ ├── edit-api-author.png │ │ │ │ ├── edit-gateway-custom-domain.png │ │ │ │ ├── element-ids.png │ │ │ │ ├── folder-structure.png │ │ │ │ ├── footer-attributes.png │ │ │ │ ├── grid-view.png │ │ │ │ ├── header-attributes.png │ │ │ │ ├── header-color.png │ │ │ │ ├── hidden-label-on-header.png │ │ │ │ ├── hidden-more-apis-section.png │ │ │ │ ├── hidden-sdk-tab.png │ │ │ │ ├── hidden-social-media-icons.png │ │ │ │ ├── home-page-sections.png │ │ │ │ ├── landing-page-attributes.png │ │ │ │ ├── left-menu-as-toolbar.png │ │ │ │ ├── left-menu-attributes.png │ │ │ │ ├── left-menu-on-right.png │ │ │ │ ├── list-view.png │ │ │ │ ├── manage-custom-domains.png │ │ │ │ ├── manage-gateway-custom-domains.png │ │ │ │ ├── modify-gateway-custom-domain.png │ │ │ │ ├── more-apis-section.png │ │ │ │ ├── open-admin-dashboard.png │ │ │ │ ├── sdk-tab.png │ │ │ │ ├── search-box-color.png │ │ │ │ ├── search-button-color.png │ │ │ │ ├── show-api-rating.png │ │ │ │ ├── show-rating.png │ │ │ │ ├── sign-up-page-customizations.png │ │ │ │ ├── social-media-icons.png │ │ │ │ ├── styled-appbar-component.png │ │ │ │ ├── successful-certificate-upload.png │ │ │ │ ├── successfully-verified-domain-name.png │ │ │ │ ├── tag-cloud-attributes.png │ │ │ │ ├── theme-folder-structure.png │ │ │ │ ├── top-nav-bar-color.png │ │ │ │ ├── updated-api-author.png │ │ │ │ ├── updated-api-store-background-color.png │ │ │ │ ├── updated-drop-down-api-list-color.png │ │ │ │ ├── updated-header-color.png │ │ │ │ ├── updated-search-box-color.png │ │ │ │ ├── updated-search-button-color.png │ │ │ │ ├── updated-store-url.png │ │ │ │ ├── updated-top-nav-bar-color.png │ │ │ │ ├── upload-updated-theme.png │ │ │ │ ├── upload-zip-file.png │ │ │ │ ├── verified-admin-portal-cname.png │ │ │ │ ├── verified-gateway-cname.png │ │ │ │ ├── verified-publisher-cname.png │ │ │ │ ├── verify-admin-portal-custom-domain.png │ │ │ │ ├── verify-domain-name.png │ │ │ │ └── verify-gateway-custom-domain.png │ │ │ ├── download-logs-timer.png │ │ │ ├── get-support │ │ │ │ ├── api-cloud-chat.png │ │ │ │ ├── cancel-subscription.png │ │ │ │ ├── contact-support.png │ │ │ │ └── pricing.png │ │ │ ├── hybrid-api-management │ │ │ │ ├── add-label.png │ │ │ │ ├── click-microgateways.png │ │ │ │ ├── edit-api.png │ │ │ │ ├── high-availability-deployment.png │ │ │ │ ├── hybrid-api-management.png │ │ │ │ ├── kubernetes-deployment.png │ │ │ │ ├── manage-labels-page.png │ │ │ │ ├── manage-tab.png │ │ │ │ ├── microgateway-status.png │ │ │ │ ├── microgateways-page.png │ │ │ │ ├── organization-key.png │ │ │ │ ├── select-dev-label.png │ │ │ │ └── updated-microgateway-status.png │ │ │ ├── key-concepts │ │ │ │ ├── add-scopes.png │ │ │ │ ├── admin-ui.png │ │ │ │ ├── api-life-cycle.png │ │ │ │ ├── api-resources.png │ │ │ │ ├── api-visibility-subscription.jpg │ │ │ │ ├── applications-menu.png │ │ │ │ ├── enable-response-caching.png │ │ │ │ ├── regenerate-keys.png │ │ │ │ ├── scope-example.png │ │ │ │ └── wso2-cloud-user-model.png │ │ │ ├── learn │ │ │ │ ├── analyze-apis │ │ │ │ │ ├── abnormal-backend-time-alert-selection-enabled.png │ │ │ │ │ ├── abnormal-backend-time-alert.png │ │ │ │ │ ├── abnormal-request-count-alert.png │ │ │ │ │ ├── abnormal-request-count-disabled.png │ │ │ │ │ ├── abnormal-request-count-selection-enabled.png │ │ │ │ │ ├── abnormal-response-time-alert.png │ │ │ │ │ ├── abnormal-response-time-selection-enabled.png │ │ │ │ │ ├── admin-portal-api-availability.png │ │ │ │ │ ├── alert-history.png │ │ │ │ │ ├── alert-type-list.png │ │ │ │ │ ├── alerts-abnormal-backend-time-config-new.png │ │ │ │ │ ├── alerts-abnormal-backend-time-config.png │ │ │ │ │ ├── alerts-abnormal-request-per-min-config-new.png │ │ │ │ │ ├── alerts-abnormal-request-per-min-config.png │ │ │ │ │ ├── alerts-abnormal-resource-access.png │ │ │ │ │ ├── alerts-abnormal-response-time-config-new.png │ │ │ │ │ ├── alerts-abnormal-response-time-config.png │ │ │ │ │ ├── alerts-business-rules.png │ │ │ │ │ ├── alerts-frequent-tier-limit-hitting.png │ │ │ │ │ ├── alerts-unseen-source-ip.png │ │ │ │ │ ├── analytics-dashboard-listing.png │ │ │ │ │ ├── analytics-sync-button.png │ │ │ │ │ ├── analytics.png │ │ │ │ │ ├── api-availability.png │ │ │ │ │ ├── api-last-access-time.png │ │ │ │ │ ├── api-latency-breakdown-by-day.png │ │ │ │ │ ├── api-latency-breakdown-by-hour.png │ │ │ │ │ ├── api-store-statistics.png │ │ │ │ │ ├── api-subscriptions-over-time.png │ │ │ │ │ ├── api-throttled-requests.png │ │ │ │ │ ├── api-usage-across-geolocations.png │ │ │ │ │ ├── api-usage-across-user-agent.png │ │ │ │ │ ├── api-usage-comparison.png │ │ │ │ │ ├── api-usage-per-application.png │ │ │ │ │ ├── api-usage.png │ │ │ │ │ ├── apis-created-over-time.png │ │ │ │ │ ├── application-throttled-out-requests.png │ │ │ │ │ ├── apps-created-over-time.png │ │ │ │ │ ├── configure-abnormal-backend-time.png │ │ │ │ │ ├── configure-abnormal-request-count.png │ │ │ │ │ ├── configure-abnormal-response-time.png │ │ │ │ │ ├── dashboard-settings-dev-portal.png │ │ │ │ │ ├── dashboard-settings.png │ │ │ │ │ ├── developer-portal-subscriptions.png │ │ │ │ │ ├── developer-signups.png │ │ │ │ │ ├── devportal-api-usage-of-application.png │ │ │ │ │ ├── devportal-faulty-invocations-per-application.png │ │ │ │ │ ├── devportal-registered-application-users.png │ │ │ │ │ ├── devportal-resource-usage-of-application.png │ │ │ │ │ ├── devportal-top-application-users.png │ │ │ │ │ ├── faulty-invocations-per-application.png │ │ │ │ │ ├── faulty-invocations.png │ │ │ │ │ ├── manage-admin-alerts.png │ │ │ │ │ ├── manage-alert-types.png │ │ │ │ │ ├── manage-store-alert-types.png │ │ │ │ │ ├── overall-api-subscriptions.png │ │ │ │ │ ├── publisher-analytics.png │ │ │ │ │ ├── publisher-api-and-app-api-created-over-time.png │ │ │ │ │ ├── publisher-api-and-app-app-created-over-time.png │ │ │ │ │ ├── publisher-api-proxy-performance-api-latency-time.png │ │ │ │ │ ├── publisher-api-usage-by-application.png │ │ │ │ │ ├── publisher-date-time-picker.png │ │ │ │ │ ├── publisher-dev-stats-developer-signups-over-time.png │ │ │ │ │ ├── publisher-dev-stats-subscription-over-time.png │ │ │ │ │ ├── publisher-devices-top-platforms.png │ │ │ │ │ ├── publisher-devices-top-user-agents.png │ │ │ │ │ ├── publisher-fault-top-faulty-apis.png │ │ │ │ │ ├── publisher-fault-top-throttled-out-apis.png │ │ │ │ │ ├── publisher-overview-api-faults-summary.png │ │ │ │ │ ├── publisher-overview-api-throttled-summary.png │ │ │ │ │ ├── publisher-overview-api-usage-summary.png │ │ │ │ │ ├── publisher-overview-overall-api-stats-ratings.png │ │ │ │ │ ├── publisher-overview-subscription-summary.png │ │ │ │ │ ├── publisher-overview-top-api-creators.png │ │ │ │ │ ├── publisher-overview-top-app-creators.png │ │ │ │ │ ├── publisher-overview-top-subscription-per-provider.png │ │ │ │ │ ├── publisher-usage-summary-api-backend-usage-summary.png │ │ │ │ │ ├── publisher-usage-summary-api-last-access-summary.png │ │ │ │ │ ├── publisher-usage-summary-api-resource-usage-summary.png │ │ │ │ │ ├── publisher-usage-summary-api-version-usage-summary.png │ │ │ │ │ ├── publisher-usage-summary-overall-api-usage.png │ │ │ │ │ ├── publisher-usage-summary-top-api-users.png │ │ │ │ │ ├── remove-abnormal-backend-time-alert.png │ │ │ │ │ ├── remove-abnormal-request-count.png │ │ │ │ │ ├── remove-abnormal-response-time-alert.png │ │ │ │ │ ├── resource-usage-per-application.png │ │ │ │ │ ├── select-abnormal-backend-time.png │ │ │ │ │ ├── select-abnormal-request-count.png │ │ │ │ │ ├── select-abnormal-response-time.png │ │ │ │ │ ├── select-alerts.png │ │ │ │ │ ├── select-date-range.png │ │ │ │ │ ├── select-subscriber-alerts.png │ │ │ │ │ ├── subscriptions.png │ │ │ │ │ ├── update-abnormal-backend-time-alert.png │ │ │ │ │ ├── update-abnormal-request-count-alert.png │ │ │ │ │ ├── update-abnormal-response-time-alert.png │ │ │ │ │ ├── updated-abnormal-backend-time-alert.png │ │ │ │ │ ├── updated-abnormal-request-count-alert.png │ │ │ │ │ ├── updated-abnormal-response-time-alert.png │ │ │ │ │ ├── usage-by-destination.png │ │ │ │ │ ├── usage-by-resource-path.png │ │ │ │ │ ├── versions.png │ │ │ │ │ └── view-all-apis.png │ │ │ │ ├── backend-integration │ │ │ │ │ ├── add-new-api.png │ │ │ │ │ ├── add-property-mediator.png │ │ │ │ │ ├── add-registry.png │ │ │ │ │ ├── add-wildcard-resource.png │ │ │ │ │ ├── api-console.png │ │ │ │ │ ├── api-definition.png │ │ │ │ │ ├── click-wso2-api-manager.png │ │ │ │ │ ├── commit-file.png │ │ │ │ │ ├── create-in-sequence.png │ │ │ │ │ ├── design-api.png │ │ │ │ │ ├── eclipse-open-perspective.png │ │ │ │ │ ├── edit-an-api.png │ │ │ │ │ ├── edit-api.png │ │ │ │ │ ├── enable-message-mediation.png │ │ │ │ │ ├── endpoint-security.png │ │ │ │ │ ├── expose-services-via-vpn.png │ │ │ │ │ ├── implement.png │ │ │ │ │ ├── mutual-ssl.png │ │ │ │ │ ├── name-the-sequence.png │ │ │ │ │ ├── new-property-mediator.png │ │ │ │ │ ├── regenerate-access-token.png │ │ │ │ │ ├── response-body.png │ │ │ │ │ ├── select-gold-tier.png │ │ │ │ │ ├── select-message-mediation.png │ │ │ │ │ ├── set-digest-auth.png │ │ │ │ │ ├── set-endpoint-security.png │ │ │ │ │ ├── sign-in.png │ │ │ │ │ ├── subscribe.png │ │ │ │ │ ├── support.png │ │ │ │ │ └── upload-in-flow.png │ │ │ │ ├── cloud-administration │ │ │ │ │ ├── add-organization.png │ │ │ │ │ ├── add-role.png │ │ │ │ │ ├── api-store-access.png │ │ │ │ │ ├── approve-registration-request.png │ │ │ │ │ ├── authenticate-external-users-for-api-invocation.png │ │ │ │ │ ├── complete-registration.png │ │ │ │ │ ├── configure-external-users.png │ │ │ │ │ ├── configure-self-sign-up.png │ │ │ │ │ ├── connect-your-identity-provider.png │ │ │ │ │ ├── connect-your-ldap-user-store.png │ │ │ │ │ ├── connect-your-restful-aithentication-service.png │ │ │ │ │ ├── create-role.png │ │ │ │ │ ├── download-log-files.png │ │ │ │ │ ├── download-logs-timer.png │ │ │ │ │ ├── download-logs.png │ │ │ │ │ ├── edit-organization-name.png │ │ │ │ │ ├── external-idp-based-sso.png │ │ │ │ │ ├── extracted-log-files.png │ │ │ │ │ ├── invite-members.png │ │ │ │ │ ├── invite.png │ │ │ │ │ ├── live-log-viewer.png │ │ │ │ │ ├── live-log.png │ │ │ │ │ ├── manage-members.png │ │ │ │ │ ├── manage-organizations.png │ │ │ │ │ ├── manage-roles.png │ │ │ │ │ ├── on-premises-user-store-authentication.png │ │ │ │ │ ├── organization-details.png │ │ │ │ │ ├── sign-up.png │ │ │ │ │ ├── start-to-approve-registration-request.png │ │ │ │ │ └── zip-file-structure.png │ │ │ │ ├── consume-apis │ │ │ │ │ ├── add-application.png │ │ │ │ │ ├── edit-api.png │ │ │ │ │ ├── generate-client.png │ │ │ │ │ ├── generate-rest-api-structure.png │ │ │ │ │ ├── open-embedded-swagger-editor.png │ │ │ │ │ ├── sdk-tab.png │ │ │ │ │ ├── select-application.png │ │ │ │ │ ├── set-groups.png │ │ │ │ │ ├── subscriptions-count.png │ │ │ │ │ ├── verify-subscriptions.png │ │ │ │ │ └── view-all-applications.png │ │ │ │ ├── control-api-traffic │ │ │ │ │ ├── add-application-throttling-policy.png │ │ │ │ │ ├── add-conditional-group.png │ │ │ │ │ ├── add-new-advanced-policy.png │ │ │ │ │ ├── blacklisted-items.png │ │ │ │ │ ├── delete-advanced-policy.png │ │ │ │ │ ├── delete-application-throttling-policy.png │ │ │ │ │ ├── delete-blacklisted-item.png │ │ │ │ │ ├── delete-item.png │ │ │ │ │ ├── denylist-items.png │ │ │ │ │ ├── edit-advanced-policy.png │ │ │ │ │ ├── edit-application-throttling-policy.png │ │ │ │ │ ├── new-advanced-policy.png │ │ │ │ │ ├── new-application-throttling-policy.png │ │ │ │ │ ├── new-blacklist-policy.png │ │ │ │ │ ├── select-item-to-blacklist.png │ │ │ │ │ └── select-item-to-deny.png │ │ │ │ ├── integrate-with-heroku │ │ │ │ │ ├── add-new-method-parameter.png │ │ │ │ │ ├── design-api.png │ │ │ │ │ ├── direct-deployment-of-wso2-api-gateway on-heroku.png │ │ │ │ │ ├── heroku-resources.png │ │ │ │ │ ├── integrate-with-heroku.png │ │ │ │ │ ├── obtain-cloud-org-key.png │ │ │ │ │ ├── provide-api-details.png │ │ │ │ │ ├── provision-the-add-on.png │ │ │ │ │ ├── select-plan-name.png │ │ │ │ │ ├── select-subscription-tier.png │ │ │ │ │ ├── set-api-resource-auth-type.png │ │ │ │ │ ├── set-production-endpoint.png │ │ │ │ │ ├── sign-up-to-wso2-cloud.png │ │ │ │ │ ├── specify-api-definition.png │ │ │ │ │ ├── successfully-published-api.png │ │ │ │ │ ├── try-out-api.png │ │ │ │ │ ├── verify-web-service.png │ │ │ │ │ └── wso2-api-cloud-as-an-add-on-for-heroku-applications.png │ │ │ │ ├── message-mediation │ │ │ │ │ ├── add-a-custom-header.png │ │ │ │ │ ├── add-mediation-policies-to-convert-messages to-the-correct-format.png │ │ │ │ │ ├── available-default-sequences.png │ │ │ │ │ ├── convert-json-message-to-xml.png │ │ │ │ │ ├── convert-xml-message-to-json.png │ │ │ │ │ ├── default-flow-of-events-of-an-api.png │ │ │ │ │ ├── enable-message-mediation.png │ │ │ │ │ ├── filter-messages-using-a-series-of-conditions.png │ │ │ │ │ ├── filter-messages-using-a-single-condition.png │ │ │ │ │ ├── header-based-routing.png │ │ │ │ │ ├── manipulate-a-json-message.png │ │ │ │ │ ├── manipulate-an-xml-message.png │ │ │ │ │ ├── pass-an-authorization-header.png │ │ │ │ │ └── resource-based-routing.png │ │ │ │ ├── monetize-apis │ │ │ │ │ └── sign-in-to-stripe.png │ │ │ │ ├── secure-apis │ │ │ │ │ ├── add-certificate-to-postman.png │ │ │ │ │ ├── api-key-option.png │ │ │ │ │ ├── basic_authentication.png │ │ │ │ │ ├── copy-api-key.png │ │ │ │ │ ├── enable-mutual-ssl.png │ │ │ │ │ ├── generate-api-key.png │ │ │ │ │ ├── provide-crt-and-private-key.png │ │ │ │ │ ├── subscribe-to-api.png │ │ │ │ │ ├── upload-certificate.png │ │ │ │ │ └── view-credentials-manage-app.png │ │ │ │ ├── tutorials │ │ │ │ │ ├── add-amazon-resource-name.png │ │ │ │ │ ├── add-graphql-api-details.png │ │ │ │ │ ├── add-initial-property-mediator.png │ │ │ │ │ ├── add-new-api.png │ │ │ │ │ ├── add-new-resource.png │ │ │ │ │ ├── add-property-mediator.png │ │ │ │ │ ├── add-registry.png │ │ │ │ │ ├── add-scope.png │ │ │ │ │ ├── add-second-property-mediator.png │ │ │ │ │ ├── api-console-tab.png │ │ │ │ │ ├── api-definition.png │ │ │ │ │ ├── api-details.png │ │ │ │ │ ├── api-overview.png │ │ │ │ │ ├── api-response-body.png │ │ │ │ │ ├── api-response.png │ │ │ │ │ ├── authorization-token.png │ │ │ │ │ ├── copy-access-token-starwars.png │ │ │ │ │ ├── create-api-design-rest-api.png │ │ │ │ │ ├── create-graphql-schema.png │ │ │ │ │ ├── create-in-sequence.png │ │ │ │ │ ├── create-out-sequence.png │ │ │ │ │ ├── create-scope.png │ │ │ │ │ ├── create-test-api.png │ │ │ │ │ ├── create-websocket-api.png │ │ │ │ │ ├── delete-all-existing-resources.png │ │ │ │ │ ├── design-a-new-rest-api.png │ │ │ │ │ ├── download-schema-definition.png │ │ │ │ │ ├── download-schema.png │ │ │ │ │ ├── edit-api.png │ │ │ │ │ ├── enable-message-mediation.png │ │ │ │ │ ├── endpoint-details.png │ │ │ │ │ ├── endpoint-view-of-websocket-api.png │ │ │ │ │ ├── engage-sequences.png │ │ │ │ │ ├── generate-access-token.png │ │ │ │ │ ├── import-graphql-schema-via-file.png │ │ │ │ │ ├── import-graphql-schema.png │ │ │ │ │ ├── invoke-yahoo-api.png │ │ │ │ │ ├── no-matching-resource.png │ │ │ │ │ ├── open-api.png │ │ │ │ │ ├── open-perspective.png │ │ │ │ │ ├── operations.png │ │ │ │ │ ├── overview-websocket-api.png │ │ │ │ │ ├── parameter-values.png │ │ │ │ │ ├── payload-parameter.png │ │ │ │ │ ├── payloadfactory-mediator.png │ │ │ │ │ ├── post-response-starwars.png │ │ │ │ │ ├── post-try-out-starwars.png │ │ │ │ │ ├── property-mediator.png │ │ │ │ │ ├── publish-graphql-api.png │ │ │ │ │ ├── push-changes-to-server.png │ │ │ │ │ ├── resource-set-amazon-resource-timeout.png │ │ │ │ │ ├── resources.png │ │ │ │ │ ├── response-body.png │ │ │ │ │ ├── response.png │ │ │ │ │ ├── save-awslambda.png │ │ │ │ │ ├── save-changes.png │ │ │ │ │ ├── save-resource.png │ │ │ │ │ ├── scope-list.png │ │ │ │ │ ├── security-scheme.png │ │ │ │ │ ├── select-api-manager.png │ │ │ │ │ ├── select-awslambda-endpoint.png │ │ │ │ │ ├── select-tier.png │ │ │ │ │ ├── sign-in.png │ │ │ │ │ ├── specify-parameter-values.png │ │ │ │ │ ├── specify-websocket-api-values.png │ │ │ │ │ ├── starwars-in-dev-portal.png │ │ │ │ │ ├── starwars-scope-list.png │ │ │ │ │ ├── starwars-scopes-gen-access-token.png │ │ │ │ │ ├── subscribe-to-api.png │ │ │ │ │ ├── subscribe-to-yahoo-api.png │ │ │ │ │ ├── subscription-options.png │ │ │ │ │ ├── test-api-lifecycle.png │ │ │ │ │ ├── throttling-error.png │ │ │ │ │ ├── try-it-out.png │ │ │ │ │ ├── try-out.png │ │ │ │ │ ├── update-operations.png │ │ │ │ │ ├── view-in-store.png │ │ │ │ │ ├── vpn-from-gateway-to-on-premises-backend.png │ │ │ │ │ ├── websocket-api-credential-page.png │ │ │ │ │ └── websocket-api-key-generation-wizard.png │ │ │ │ └── work-with-endpoints │ │ │ │ │ ├── add-certificate.png │ │ │ │ │ ├── basic-endpoint-security.png │ │ │ │ │ ├── certificate-added.png │ │ │ │ │ ├── certificate-details.png │ │ │ │ │ ├── check-certificate-info.png │ │ │ │ │ ├── delete-certificate.png │ │ │ │ │ ├── digest-enpoint-security.png │ │ │ │ │ ├── failover.png │ │ │ │ │ ├── general-endpoint-detail.png │ │ │ │ │ ├── load-balance-and-fail-over.png │ │ │ │ │ ├── load-balanced-configuration.png │ │ │ │ │ ├── open-general-endpoint-configuration.png │ │ │ │ │ ├── specify-certificate-inputs.png │ │ │ │ │ ├── specify-failover-endpoints.png │ │ │ │ │ ├── specify-load-balanced-endpoints.png │ │ │ │ │ ├── upload-certificate.png │ │ │ │ │ └── uploaded-certificate.png │ │ │ ├── live-log-viewer.png │ │ │ ├── management-apis │ │ │ │ └── saml-to-oauth.png │ │ │ ├── overview │ │ │ │ └── wso2-api-cloud.png │ │ │ ├── qsg │ │ │ │ ├── api-publisher.png │ │ │ │ ├── api_publisher_home.png │ │ │ │ ├── design-a-new-rest-api.png │ │ │ │ ├── design_new_rest_api.png │ │ │ │ └── mocky-io.png │ │ │ └── tutorials │ │ │ │ ├── add-amazon-resource-name.png │ │ │ │ ├── add-graphql-api-details.png │ │ │ │ ├── add-new-api.png │ │ │ │ ├── add-new-resource.png │ │ │ │ ├── add-scope.png │ │ │ │ ├── api-overview.png │ │ │ │ ├── api-response-body.png │ │ │ │ ├── api-response.png │ │ │ │ ├── authorization-token.png │ │ │ │ ├── copy-access-token-starwars.png │ │ │ │ ├── create-api-design-rest-api.png │ │ │ │ ├── create-graphql-schema.png │ │ │ │ ├── create-scope.png │ │ │ │ ├── create-test-api.png │ │ │ │ ├── create-websocket-api.png │ │ │ │ ├── delete-all-existing-resources.png │ │ │ │ ├── design-a-new-rest-api.png │ │ │ │ ├── download-schema-definition.png │ │ │ │ ├── download-schema.png │ │ │ │ ├── endpoint-view-of-websocket-api.png │ │ │ │ ├── generate-access-token.png │ │ │ │ ├── import-graphql-schema-via-file.png │ │ │ │ ├── import-graphql-schema.png │ │ │ │ ├── no-matching-resource.png │ │ │ │ ├── open-api.png │ │ │ │ ├── operations.png │ │ │ │ ├── overview-websocket-api.png │ │ │ │ ├── post-response-starwars.png │ │ │ │ ├── post-try-out-starwars.png │ │ │ │ ├── publish-graphql-api.png │ │ │ │ ├── resource-set-amazon-resource-timeout.png │ │ │ │ ├── resources.png │ │ │ │ ├── response-body.png │ │ │ │ ├── save-awslambda.png │ │ │ │ ├── save-resource.png │ │ │ │ ├── scope-list.png │ │ │ │ ├── security-scheme.png │ │ │ │ ├── select-awslambda-endpoint.png │ │ │ │ ├── specify-parameter-values.png │ │ │ │ ├── specify-websocket-api-values.png │ │ │ │ ├── starwars-in-dev-portal.png │ │ │ │ ├── starwars-scope-list.png │ │ │ │ ├── starwars-scopes-gen-access-token.png │ │ │ │ ├── subscription-options.png │ │ │ │ ├── test-api-lifecycle.png │ │ │ │ ├── throttling-error.png │ │ │ │ ├── try-it-out.png │ │ │ │ ├── update-operations.png │ │ │ │ ├── view-in-store.png │ │ │ │ ├── vpn-from-gateway-to-on-premises-backend.png │ │ │ │ ├── websocket-api-credential-page.png │ │ │ │ └── websocket-api-key-generation-wizard.png │ │ ├── js │ │ │ └── theme.js │ │ └── lib │ │ │ ├── backtotop │ │ │ ├── img │ │ │ │ └── cd-top-arrow.svg │ │ │ └── js │ │ │ │ ├── main.js │ │ │ │ └── util.js │ │ │ └── highlightjs │ │ │ ├── default.min.css │ │ │ └── highlight.min.js │ ├── continuous-integration-and-deployment │ │ └── continuous-integration-and-deployment-for-wso2-api-cloud.md │ ├── customize │ │ ├── customize-admin-portal-domain.md │ │ ├── customize-api-publisher-domain.md │ │ ├── customize-api-store-domain.md │ │ ├── customize-cloud-domains.md │ │ ├── customize-gateway-domain.md │ │ ├── customize-invitation-emails.md │ │ ├── customize-the-api-store-theme.md │ │ ├── customize-the-sign-in-page.md │ │ └── generate-ssl-certs-and-dns-records.md │ ├── faq-library │ │ ├── access-token-management.md │ │ ├── api-backends-and-endpoint-security.md │ │ ├── api-cloud-gateway.md │ │ ├── api-creation-and-design.md │ │ ├── api-deletion.md │ │ ├── api-invocations.md │ │ ├── api-search.md │ │ ├── api-security.md │ │ ├── api-subscription-tiers.md │ │ ├── consuming-apis-through-applications.md │ │ ├── microgateway.md │ │ ├── migrating-apis.md │ │ ├── request-response-transformation.md │ │ └── vpn-with-api-cloud.md │ ├── get-started │ │ ├── about-the-upgrade.md │ │ ├── key-concepts.md │ │ ├── overview.md │ │ └── quick-start-guide.md │ ├── get-support │ │ ├── api-cloud-pricing.md │ │ ├── cancel-your-api-cloud-subscription.md │ │ ├── open-a-support-ticket.md │ │ ├── uptime-status.md │ │ └── work-with-the-support-team.md │ ├── hybrid-api-management │ │ ├── deploy-grouped-apis-using-a-microgateway.md │ │ ├── deploy-microgateway-as-docker-container.md │ │ ├── deploy-microgateway-on-kubernetes-cluster.md │ │ ├── deploy-the-microgateway.md │ │ └── overview.md │ ├── index.md │ ├── learn │ │ ├── analyze-apis │ │ │ ├── alert-types.md │ │ │ ├── analytics-overview.md │ │ │ ├── api-analytics-overview.md │ │ │ ├── configure-alerts.md │ │ │ ├── overview-of-working-with-alerts.md │ │ │ ├── subscribe-to-alerts.md │ │ │ ├── view-alerts.md │ │ │ └── view-statistics.md │ │ ├── backend-integration │ │ │ ├── expose-your-on-premises-backend-services-to-api-cloud.md │ │ │ ├── overview-of-backend-integration.md │ │ │ ├── pass-a-custom-authorization-token-to-the-backend.md │ │ │ ├── secure-your-backend-services.md │ │ │ └── use-oauth2-protected-backends.md │ │ ├── cloud-administration │ │ │ ├── add-members-to-your-organization.md │ │ │ ├── add-new-organization.md │ │ │ ├── authenticate-external-users-for-api-invocations.md │ │ │ ├── block-subscription-to-an-api.md │ │ │ ├── change-organization-name.md │ │ │ ├── configure-an-external-identity-provider-for-api-cloud-authentication.md │ │ │ ├── create-custom-roles.md │ │ │ ├── enable-self-sign-up-to-the-api-store.md │ │ │ ├── migrate-using-cli-tool.md │ │ │ ├── overview-of-authenticating-users-external-to-wso2-cloud.md │ │ │ ├── overview-of-cloud-administration.md │ │ │ ├── overview-of-managing-organizations.md │ │ │ ├── overview-of-managing-users.md │ │ │ └── view-and-download-logs.md │ │ ├── consume-apis │ │ │ ├── create-applications.md │ │ │ ├── discover-apis.md │ │ │ ├── download-sdks-for-a-published-api.md │ │ │ ├── generate-application-keys.md │ │ │ ├── invoke-an-api-using-curl.md │ │ │ ├── invoke-an-api.md │ │ │ ├── overview-of-access-tokens.md │ │ │ ├── overview-of-consuming-apis.md │ │ │ ├── share-an-application-with-your-team.md │ │ │ ├── subscribe-to-an-api.md │ │ │ ├── subscribe-to-an-invoke-an-api.md │ │ │ ├── work-with-api-keys.md │ │ │ └── write-a-client-app-using-an-sdk.md │ │ ├── control-api-traffic │ │ │ ├── advanced-throttling-policies.md │ │ │ ├── application-throttling-policies.md │ │ │ ├── apply-rate-limits.md │ │ │ ├── denylist-policies.md │ │ │ └── throttling-and-rate-limiting-overview.md │ │ ├── design-apis │ │ │ ├── design-a-new-rest-api.md │ │ │ ├── design-a-websocket-api.md │ │ │ ├── design-an-api-using-existing-swagger.md │ │ │ ├── expose-soap-service-as-rest-api.md │ │ │ ├── generate-rest-api-from-soap-backend.md │ │ │ └── overview-of-api-design-and-publishing.md │ │ ├── integrate-with-backends │ │ │ ├── expose-your-on-premises-backend-services-to-api-cloud.md │ │ │ ├── use-oauth2-protected-backends.md │ │ │ └── work-with-endpoints │ │ │ │ ├── endpoint-types.md │ │ │ │ ├── ensure-high-availability-of-endpoints.md │ │ │ │ ├── manage-endpoint-certificates.md │ │ │ │ └── secure-endpoints.md │ │ ├── learn-wso2-api-cloud.md │ │ ├── manage-apis │ │ │ ├── api-lifecycle-management-overview.md │ │ │ ├── create-a-new-api-version.md │ │ │ ├── deprecate-an-old-api-version.md │ │ │ └── manage-api-lifecycle.md │ │ ├── message-mediation │ │ │ ├── add-a-custom-sequence-to-your-api.md │ │ │ ├── add-a-sample-mediation-sequence.md │ │ │ └── overview-of-message-mediation.md │ │ ├── monetize-apis │ │ │ └── monetization-overview.md │ │ ├── publish-apis │ │ │ └── publish-an-api.md │ │ ├── secure-apis │ │ │ └── api-security-overview.md │ │ └── tutorials │ │ │ ├── change-default-mediation-flow-of-api-requests.md │ │ │ ├── convert-a-json-message-to-soap-and-soap-to-json.md │ │ │ ├── create-and-publish-an-api.md │ │ │ ├── enforce-throttling-and-resource-access-policies.md │ │ │ ├── expose-your-backend-services-to-api-cloud.md │ │ │ ├── step-by-step-tutorials.md │ │ │ └── subscribe-to-and-invoke-an-api.md │ ├── management-apis │ │ ├── admin-get-started.md │ │ ├── admin-v1.md │ │ ├── analytics-get-started.md │ │ ├── analytics.md │ │ ├── common-cloud-apis.md │ │ ├── devportal-get-started.md │ │ ├── devportal-v1.md │ │ ├── grant-types │ │ │ ├── authorization-code-grant.md │ │ │ ├── client-credentials-grant.md │ │ │ ├── password-grant.md │ │ │ ├── refresh-token-grant.md │ │ │ └── saml-extension-grant.md │ │ ├── overview.md │ │ ├── publisher-get-started.md │ │ ├── publisher-v1.md │ │ ├── restapis │ │ │ ├── admin-v1.yaml │ │ │ ├── analytics.yaml │ │ │ ├── devportal-v1.yaml │ │ │ └── publisher-v1.yaml │ │ ├── restful-apis.md │ │ ├── subscriber-management-apis.md │ │ └── token-api.md │ ├── migrate-to-choreo │ │ ├── api-cloud-vs-choreo-feature-comparison.md │ │ ├── how-to-migrate-to-choreo.md │ │ ├── migration-cost-and-choreo-subscription.md │ │ └── why-migrate-from-api-cloud-to-choreo.md │ └── page-not-found.md ├── mkdocs.yml └── theme │ └── material │ ├── images │ ├── favicon.png │ └── logo.svg │ ├── main.html │ ├── partials │ ├── footer.html │ ├── header.html │ ├── language │ │ └── en.html │ ├── nav-item.html │ ├── nav.html │ ├── tabs-item.html │ ├── tabs.html │ └── toc.html │ └── templates │ ├── 2-column.html │ ├── no-nav.html │ ├── redoc.html │ └── single-column.html ├── issue_template.md └── pull_request_template.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled class file 2 | *.class 3 | 4 | # Log file 5 | *.log 6 | 7 | # BlueJ files 8 | *.ctxt 9 | 10 | # Mobile Tools for Java (J2ME) 11 | .mtj.tmp/ 12 | 13 | # Package Files # 14 | *.jar 15 | *.war 16 | *.nar 17 | *.ear 18 | *.zip 19 | *.tar.gz 20 | *.rar 21 | 22 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 23 | hs_err_pid* 24 | -------------------------------------------------------------------------------- /en/docs/administer/add-members-to-your-organization.md: -------------------------------------------------------------------------------- 1 | # Add Members to Your Organization 2 | 3 | When you register to the Cloud, you become the admin of your 4 | organization. You can add new members and assign them different roles. Click the settings icon on the upper, right-hand corner of the UI and 5 | click 6 | **[Members](https://cloudmgt.cloud.wso2.com/cloudmgt/site/pages/user.jag)**. 7 | 8 | ![Add member](../assets/img/administer/add-member.png) 9 | 10 | -------------------------------------------------------------------------------- /en/docs/administer/add-new-organization.md: -------------------------------------------------------------------------------- 1 | # Add a New Organization 2 | 3 | 4 | If you have already signed up to WSO2 Cloud and you want to add a new 5 | organization using the same email address, do the following: 6 | 7 | 1. Sign in to the organization that you are already registered to in 8 | [WSO2 Cloud](http://wso2.com/cloud/) . 9 | 2. Click the settings icon on the upper, right-hand corner of the UI 10 | and click 11 | **[Organization](https://cloudmgt.cloud.wso2.com/cloudmgt/site/pages/organization.jag)**. 12 | 3. In the **Manage Organizations** page that opens, click **Add 13 | Organization** to create a new organization. 14 | 15 | -------------------------------------------------------------------------------- /en/docs/administer/change-organization-name.md: -------------------------------------------------------------------------------- 1 | # Change Your Organization's Name 2 | 3 | If you want to change the name of your organization, do the following: 4 | 5 | 1. Sign in to the organization that you are already registered to in 6 | [WSO2 Cloud](http://wso2.com/cloud/) . 7 | 2. Click the settings icon on the upper, right-hand corner of the UI 8 | and click **Organizations**. 9 | 3. In the **Manage Organizations** page that opens, select the 10 | organization that you want to change the name of, and click 11 | **Profile**. 12 | 4. Give the new name and click **Update Profile**. -------------------------------------------------------------------------------- /en/docs/assets/attachments/administer/apictl-linux-i586.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/attachments/administer/apictl-linux-i586.tar.gz -------------------------------------------------------------------------------- /en/docs/assets/attachments/administer/apictl-linux-x64.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/attachments/administer/apictl-linux-x64.tar.gz -------------------------------------------------------------------------------- /en/docs/assets/attachments/administer/apictl-macosx-x64.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/attachments/administer/apictl-macosx-x64.tar.gz -------------------------------------------------------------------------------- /en/docs/assets/attachments/administer/apictl-windows-i586.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/attachments/administer/apictl-windows-i586.zip -------------------------------------------------------------------------------- /en/docs/assets/attachments/administer/apictl-windows-x64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/attachments/administer/apictl-windows-x64.zip -------------------------------------------------------------------------------- /en/docs/assets/attachments/customize/fancy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/attachments/customize/fancy.zip -------------------------------------------------------------------------------- /en/docs/assets/img/administer/add-member.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/add-member.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/download-log-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/download-log-files.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/download-logs-timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/download-logs-timer.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/download-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/download-logs.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/extracted-log-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/extracted-log-files.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/invite-members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/invite-members.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/invite.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/live-log-viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/live-log-viewer.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/live-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/live-log.png -------------------------------------------------------------------------------- /en/docs/assets/img/administer/zip-file-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/administer/zip-file-structure.png -------------------------------------------------------------------------------- /en/docs/assets/img/continuous-integration-and-deployment/ci-cd-for-api-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/continuous-integration-and-deployment/ci-cd-for-api-management.png -------------------------------------------------------------------------------- /en/docs/assets/img/continuous-integration-and-deployment/continuous-integration-and-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/continuous-integration-and-deployment/continuous-integration-and-deployment.png -------------------------------------------------------------------------------- /en/docs/assets/img/create-wso2-account/api-publisher-portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/create-wso2-account/api-publisher-portal.png -------------------------------------------------------------------------------- /en/docs/assets/img/create-wso2-account/profile-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/create-wso2-account/profile-details.png -------------------------------------------------------------------------------- /en/docs/assets/img/create-wso2-account/verification-email-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/create-wso2-account/verification-email-message.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/add-new-doc-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/add-new-doc-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/add-new-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/add-new-document.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/admin-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/admin-dashboard.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/admin-portal-custom-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/admin-portal-custom-domain.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-details-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-details-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-details-section-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-details-section-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-name-in-markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-name-in-markdown.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-overview.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-portal-custom-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-portal-custom-domain.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-property-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-property-keys.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-publisher-custom-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-publisher-custom-domain.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-store-background-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-store-background-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/api-store-label-on-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/api-store-label-on-header.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/applied-theme-customizations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/applied-theme-customizations.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/banner-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/banner-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/business-owner-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/business-owner-field.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/contact-support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/contact-support.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/custom-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/custom-url.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/customized-analytics-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/customized-analytics-dashboard.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/customized-api-details-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/customized-api-details-section.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/customized-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/customized-footer.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/customized-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/customized-header.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/customized-invitation-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/customized-invitation-email.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/customized-sign-in-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/customized-sign-in-page.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/customized-tag-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/customized-tag-cloud.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/default-api-details-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/default-api-details-section.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/default-common-listing-app-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/default-common-listing-app-bar.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/default-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/default-footer.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/default-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/default-header.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/default-left-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/default-left-menu.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/default-sign-in-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/default-sign-in-page.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/default-tag-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/default-tag-cloud.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/delete-gateway-custom-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/delete-gateway-custom-domain.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/deletion-confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/deletion-confirmation.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/devportal-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/devportal-banner.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/drop-down-api-list-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/drop-down-api-list-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/edit-api-author.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/edit-api-author.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/edit-gateway-custom-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/edit-gateway-custom-domain.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/element-ids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/element-ids.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/folder-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/folder-structure.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/footer-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/footer-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/grid-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/grid-view.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/header-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/header-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/header-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/header-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/hidden-label-on-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/hidden-label-on-header.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/hidden-more-apis-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/hidden-more-apis-section.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/hidden-sdk-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/hidden-sdk-tab.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/hidden-social-media-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/hidden-social-media-icons.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/home-page-sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/home-page-sections.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/landing-page-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/landing-page-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/left-menu-as-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/left-menu-as-toolbar.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/left-menu-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/left-menu-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/left-menu-on-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/left-menu-on-right.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/list-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/list-view.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/manage-custom-domains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/manage-custom-domains.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/manage-gateway-custom-domains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/manage-gateway-custom-domains.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/modify-gateway-custom-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/modify-gateway-custom-domain.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/more-apis-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/more-apis-section.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/open-admin-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/open-admin-dashboard.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/sdk-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/sdk-tab.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/search-box-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/search-box-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/search-button-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/search-button-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/show-api-rating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/show-api-rating.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/show-rating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/show-rating.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/sign-up-page-customizations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/sign-up-page-customizations.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/social-media-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/social-media-icons.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/styled-appbar-component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/styled-appbar-component.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/successful-certificate-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/successful-certificate-upload.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/successfully-verified-domain-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/successfully-verified-domain-name.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/tag-cloud-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/tag-cloud-attributes.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/theme-folder-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/theme-folder-structure.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/top-nav-bar-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/top-nav-bar-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/updated-api-author.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/updated-api-author.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/updated-api-store-background-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/updated-api-store-background-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/updated-drop-down-api-list-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/updated-drop-down-api-list-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/updated-header-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/updated-header-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/updated-search-box-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/updated-search-box-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/updated-search-button-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/updated-search-button-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/updated-store-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/updated-store-url.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/updated-top-nav-bar-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/updated-top-nav-bar-color.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/upload-updated-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/upload-updated-theme.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/upload-zip-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/upload-zip-file.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/verified-admin-portal-cname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/verified-admin-portal-cname.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/verified-gateway-cname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/verified-gateway-cname.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/verified-publisher-cname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/verified-publisher-cname.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/verify-admin-portal-custom-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/verify-admin-portal-custom-domain.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/verify-domain-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/verify-domain-name.png -------------------------------------------------------------------------------- /en/docs/assets/img/customize/verify-gateway-custom-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/customize/verify-gateway-custom-domain.png -------------------------------------------------------------------------------- /en/docs/assets/img/download-logs-timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/download-logs-timer.png -------------------------------------------------------------------------------- /en/docs/assets/img/get-support/api-cloud-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/get-support/api-cloud-chat.png -------------------------------------------------------------------------------- /en/docs/assets/img/get-support/cancel-subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/get-support/cancel-subscription.png -------------------------------------------------------------------------------- /en/docs/assets/img/get-support/contact-support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/get-support/contact-support.png -------------------------------------------------------------------------------- /en/docs/assets/img/get-support/pricing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/get-support/pricing.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/add-label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/add-label.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/click-microgateways.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/click-microgateways.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/edit-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/edit-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/high-availability-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/high-availability-deployment.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/hybrid-api-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/hybrid-api-management.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/kubernetes-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/kubernetes-deployment.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/manage-labels-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/manage-labels-page.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/manage-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/manage-tab.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/microgateway-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/microgateway-status.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/microgateways-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/microgateways-page.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/organization-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/organization-key.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/select-dev-label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/select-dev-label.png -------------------------------------------------------------------------------- /en/docs/assets/img/hybrid-api-management/updated-microgateway-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/hybrid-api-management/updated-microgateway-status.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/add-scopes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/add-scopes.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/admin-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/admin-ui.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/api-life-cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/api-life-cycle.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/api-resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/api-resources.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/api-visibility-subscription.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/api-visibility-subscription.jpg -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/applications-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/applications-menu.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/enable-response-caching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/enable-response-caching.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/regenerate-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/regenerate-keys.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/scope-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/scope-example.png -------------------------------------------------------------------------------- /en/docs/assets/img/key-concepts/wso2-cloud-user-model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/key-concepts/wso2-cloud-user-model.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/abnormal-backend-time-alert-selection-enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/abnormal-backend-time-alert-selection-enabled.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/abnormal-backend-time-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/abnormal-backend-time-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/abnormal-request-count-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/abnormal-request-count-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/abnormal-request-count-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/abnormal-request-count-disabled.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/abnormal-request-count-selection-enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/abnormal-request-count-selection-enabled.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/abnormal-response-time-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/abnormal-response-time-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/abnormal-response-time-selection-enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/abnormal-response-time-selection-enabled.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/admin-portal-api-availability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/admin-portal-api-availability.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alert-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alert-history.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alert-type-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alert-type-list.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-abnormal-backend-time-config-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-abnormal-backend-time-config-new.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-abnormal-backend-time-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-abnormal-backend-time-config.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-abnormal-request-per-min-config-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-abnormal-request-per-min-config-new.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-abnormal-request-per-min-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-abnormal-request-per-min-config.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-abnormal-resource-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-abnormal-resource-access.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-abnormal-response-time-config-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-abnormal-response-time-config-new.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-abnormal-response-time-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-abnormal-response-time-config.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-business-rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-business-rules.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-frequent-tier-limit-hitting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-frequent-tier-limit-hitting.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/alerts-unseen-source-ip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/alerts-unseen-source-ip.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/analytics-dashboard-listing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/analytics-dashboard-listing.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/analytics-sync-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/analytics-sync-button.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/analytics.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-availability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-availability.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-last-access-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-last-access-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-latency-breakdown-by-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-latency-breakdown-by-day.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-latency-breakdown-by-hour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-latency-breakdown-by-hour.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-store-statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-store-statistics.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-subscriptions-over-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-subscriptions-over-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-throttled-requests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-throttled-requests.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-usage-across-geolocations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-usage-across-geolocations.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-usage-across-user-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-usage-across-user-agent.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-usage-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-usage-comparison.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-usage-per-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-usage-per-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/api-usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/api-usage.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/apis-created-over-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/apis-created-over-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/application-throttled-out-requests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/application-throttled-out-requests.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/apps-created-over-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/apps-created-over-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/configure-abnormal-backend-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/configure-abnormal-backend-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/configure-abnormal-request-count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/configure-abnormal-request-count.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/configure-abnormal-response-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/configure-abnormal-response-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/dashboard-settings-dev-portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/dashboard-settings-dev-portal.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/dashboard-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/dashboard-settings.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/developer-portal-subscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/developer-portal-subscriptions.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/developer-signups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/developer-signups.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/devportal-api-usage-of-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/devportal-api-usage-of-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/devportal-faulty-invocations-per-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/devportal-faulty-invocations-per-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/devportal-registered-application-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/devportal-registered-application-users.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/devportal-resource-usage-of-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/devportal-resource-usage-of-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/devportal-top-application-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/devportal-top-application-users.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/faulty-invocations-per-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/faulty-invocations-per-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/faulty-invocations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/faulty-invocations.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/manage-admin-alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/manage-admin-alerts.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/manage-alert-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/manage-alert-types.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/manage-store-alert-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/manage-store-alert-types.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/overall-api-subscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/overall-api-subscriptions.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-analytics.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-api-and-app-api-created-over-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-api-and-app-api-created-over-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-api-and-app-app-created-over-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-api-and-app-app-created-over-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-api-proxy-performance-api-latency-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-api-proxy-performance-api-latency-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-api-usage-by-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-api-usage-by-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-date-time-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-date-time-picker.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-dev-stats-developer-signups-over-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-dev-stats-developer-signups-over-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-dev-stats-subscription-over-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-dev-stats-subscription-over-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-devices-top-platforms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-devices-top-platforms.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-devices-top-user-agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-devices-top-user-agents.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-fault-top-faulty-apis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-fault-top-faulty-apis.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-fault-top-throttled-out-apis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-fault-top-throttled-out-apis.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-overview-api-faults-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-overview-api-faults-summary.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-overview-api-throttled-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-overview-api-throttled-summary.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-overview-api-usage-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-overview-api-usage-summary.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-overview-overall-api-stats-ratings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-overview-overall-api-stats-ratings.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-overview-subscription-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-overview-subscription-summary.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-overview-top-api-creators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-overview-top-api-creators.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-overview-top-app-creators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-overview-top-app-creators.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-overview-top-subscription-per-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-overview-top-subscription-per-provider.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-api-backend-usage-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-api-backend-usage-summary.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-api-last-access-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-api-last-access-summary.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-api-resource-usage-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-api-resource-usage-summary.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-api-version-usage-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-api-version-usage-summary.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-overall-api-usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-overall-api-usage.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-top-api-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/publisher-usage-summary-top-api-users.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/remove-abnormal-backend-time-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/remove-abnormal-backend-time-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/remove-abnormal-request-count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/remove-abnormal-request-count.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/remove-abnormal-response-time-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/remove-abnormal-response-time-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/resource-usage-per-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/resource-usage-per-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/select-abnormal-backend-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/select-abnormal-backend-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/select-abnormal-request-count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/select-abnormal-request-count.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/select-abnormal-response-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/select-abnormal-response-time.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/select-alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/select-alerts.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/select-date-range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/select-date-range.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/select-subscriber-alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/select-subscriber-alerts.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/subscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/subscriptions.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/update-abnormal-backend-time-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/update-abnormal-backend-time-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/update-abnormal-request-count-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/update-abnormal-request-count-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/update-abnormal-response-time-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/update-abnormal-response-time-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/updated-abnormal-backend-time-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/updated-abnormal-backend-time-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/updated-abnormal-request-count-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/updated-abnormal-request-count-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/updated-abnormal-response-time-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/updated-abnormal-response-time-alert.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/usage-by-destination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/usage-by-destination.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/usage-by-resource-path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/usage-by-resource-path.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/versions.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/analyze-apis/view-all-apis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/analyze-apis/view-all-apis.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/add-new-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/add-new-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/add-property-mediator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/add-property-mediator.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/add-registry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/add-registry.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/add-wildcard-resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/add-wildcard-resource.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/api-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/api-console.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/api-definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/api-definition.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/click-wso2-api-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/click-wso2-api-manager.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/commit-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/commit-file.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/create-in-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/create-in-sequence.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/design-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/design-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/eclipse-open-perspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/eclipse-open-perspective.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/edit-an-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/edit-an-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/edit-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/edit-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/enable-message-mediation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/enable-message-mediation.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/endpoint-security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/endpoint-security.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/expose-services-via-vpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/expose-services-via-vpn.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/implement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/implement.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/mutual-ssl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/mutual-ssl.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/name-the-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/name-the-sequence.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/new-property-mediator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/new-property-mediator.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/regenerate-access-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/regenerate-access-token.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/response-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/response-body.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/select-gold-tier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/select-gold-tier.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/select-message-mediation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/select-message-mediation.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/set-digest-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/set-digest-auth.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/set-endpoint-security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/set-endpoint-security.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/sign-in.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/subscribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/subscribe.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/support.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/backend-integration/upload-in-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/backend-integration/upload-in-flow.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/add-organization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/add-organization.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/add-role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/add-role.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/api-store-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/api-store-access.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/approve-registration-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/approve-registration-request.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/authenticate-external-users-for-api-invocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/authenticate-external-users-for-api-invocation.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/complete-registration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/complete-registration.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/configure-external-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/configure-external-users.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/configure-self-sign-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/configure-self-sign-up.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/connect-your-identity-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/connect-your-identity-provider.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/connect-your-ldap-user-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/connect-your-ldap-user-store.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/connect-your-restful-aithentication-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/connect-your-restful-aithentication-service.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/create-role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/create-role.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/download-log-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/download-log-files.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/download-logs-timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/download-logs-timer.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/download-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/download-logs.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/edit-organization-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/edit-organization-name.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/external-idp-based-sso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/external-idp-based-sso.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/extracted-log-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/extracted-log-files.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/invite-members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/invite-members.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/invite.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/live-log-viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/live-log-viewer.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/live-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/live-log.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/manage-members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/manage-members.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/manage-organizations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/manage-organizations.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/manage-roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/manage-roles.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/on-premises-user-store-authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/on-premises-user-store-authentication.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/organization-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/organization-details.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/sign-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/sign-up.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/start-to-approve-registration-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/start-to-approve-registration-request.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/cloud-administration/zip-file-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/cloud-administration/zip-file-structure.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/add-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/add-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/edit-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/edit-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/generate-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/generate-client.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/generate-rest-api-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/generate-rest-api-structure.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/open-embedded-swagger-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/open-embedded-swagger-editor.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/sdk-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/sdk-tab.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/select-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/select-application.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/set-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/set-groups.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/subscriptions-count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/subscriptions-count.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/verify-subscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/verify-subscriptions.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/consume-apis/view-all-applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/consume-apis/view-all-applications.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/add-application-throttling-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/add-application-throttling-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/add-conditional-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/add-conditional-group.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/add-new-advanced-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/add-new-advanced-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/blacklisted-items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/blacklisted-items.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/delete-advanced-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/delete-advanced-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/delete-application-throttling-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/delete-application-throttling-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/delete-blacklisted-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/delete-blacklisted-item.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/delete-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/delete-item.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/denylist-items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/denylist-items.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/edit-advanced-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/edit-advanced-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/edit-application-throttling-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/edit-application-throttling-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/new-advanced-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/new-advanced-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/new-application-throttling-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/new-application-throttling-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/new-blacklist-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/new-blacklist-policy.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/select-item-to-blacklist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/select-item-to-blacklist.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/control-api-traffic/select-item-to-deny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/control-api-traffic/select-item-to-deny.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/add-new-method-parameter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/add-new-method-parameter.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/design-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/design-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/direct-deployment-of-wso2-api-gateway on-heroku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/direct-deployment-of-wso2-api-gateway on-heroku.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/heroku-resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/heroku-resources.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/integrate-with-heroku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/integrate-with-heroku.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/obtain-cloud-org-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/obtain-cloud-org-key.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/provide-api-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/provide-api-details.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/provision-the-add-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/provision-the-add-on.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/select-plan-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/select-plan-name.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/select-subscription-tier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/select-subscription-tier.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/set-api-resource-auth-type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/set-api-resource-auth-type.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/set-production-endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/set-production-endpoint.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/sign-up-to-wso2-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/sign-up-to-wso2-cloud.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/specify-api-definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/specify-api-definition.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/successfully-published-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/successfully-published-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/try-out-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/try-out-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/verify-web-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/verify-web-service.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/integrate-with-heroku/wso2-api-cloud-as-an-add-on-for-heroku-applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/integrate-with-heroku/wso2-api-cloud-as-an-add-on-for-heroku-applications.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/add-a-custom-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/add-a-custom-header.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/add-mediation-policies-to-convert-messages to-the-correct-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/add-mediation-policies-to-convert-messages to-the-correct-format.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/available-default-sequences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/available-default-sequences.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/convert-json-message-to-xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/convert-json-message-to-xml.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/convert-xml-message-to-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/convert-xml-message-to-json.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/default-flow-of-events-of-an-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/default-flow-of-events-of-an-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/enable-message-mediation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/enable-message-mediation.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/filter-messages-using-a-series-of-conditions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/filter-messages-using-a-series-of-conditions.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/filter-messages-using-a-single-condition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/filter-messages-using-a-single-condition.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/header-based-routing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/header-based-routing.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/manipulate-a-json-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/manipulate-a-json-message.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/manipulate-an-xml-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/manipulate-an-xml-message.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/pass-an-authorization-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/pass-an-authorization-header.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/message-mediation/resource-based-routing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/message-mediation/resource-based-routing.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/monetize-apis/sign-in-to-stripe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/monetize-apis/sign-in-to-stripe.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/add-certificate-to-postman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/add-certificate-to-postman.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/api-key-option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/api-key-option.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/basic_authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/basic_authentication.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/copy-api-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/copy-api-key.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/enable-mutual-ssl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/enable-mutual-ssl.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/generate-api-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/generate-api-key.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/provide-crt-and-private-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/provide-crt-and-private-key.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/subscribe-to-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/subscribe-to-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/upload-certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/upload-certificate.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/secure-apis/view-credentials-manage-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/secure-apis/view-credentials-manage-app.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-amazon-resource-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-amazon-resource-name.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-graphql-api-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-graphql-api-details.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-initial-property-mediator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-initial-property-mediator.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-new-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-new-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-new-resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-new-resource.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-property-mediator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-property-mediator.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-registry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-registry.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-scope.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/add-second-property-mediator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/add-second-property-mediator.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/api-console-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/api-console-tab.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/api-definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/api-definition.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/api-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/api-details.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/api-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/api-overview.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/api-response-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/api-response-body.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/api-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/api-response.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/authorization-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/authorization-token.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/copy-access-token-starwars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/copy-access-token-starwars.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/create-api-design-rest-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/create-api-design-rest-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/create-graphql-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/create-graphql-schema.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/create-in-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/create-in-sequence.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/create-out-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/create-out-sequence.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/create-scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/create-scope.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/create-test-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/create-test-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/create-websocket-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/create-websocket-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/delete-all-existing-resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/delete-all-existing-resources.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/design-a-new-rest-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/design-a-new-rest-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/download-schema-definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/download-schema-definition.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/download-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/download-schema.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/edit-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/edit-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/enable-message-mediation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/enable-message-mediation.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/endpoint-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/endpoint-details.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/endpoint-view-of-websocket-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/endpoint-view-of-websocket-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/engage-sequences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/engage-sequences.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/generate-access-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/generate-access-token.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/import-graphql-schema-via-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/import-graphql-schema-via-file.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/import-graphql-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/import-graphql-schema.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/invoke-yahoo-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/invoke-yahoo-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/no-matching-resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/no-matching-resource.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/open-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/open-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/open-perspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/open-perspective.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/operations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/operations.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/overview-websocket-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/overview-websocket-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/parameter-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/parameter-values.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/payload-parameter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/payload-parameter.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/payloadfactory-mediator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/payloadfactory-mediator.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/post-response-starwars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/post-response-starwars.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/post-try-out-starwars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/post-try-out-starwars.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/property-mediator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/property-mediator.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/publish-graphql-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/publish-graphql-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/push-changes-to-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/push-changes-to-server.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/resource-set-amazon-resource-timeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/resource-set-amazon-resource-timeout.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/resources.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/response-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/response-body.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/response.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/save-awslambda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/save-awslambda.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/save-changes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/save-changes.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/save-resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/save-resource.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/scope-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/scope-list.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/security-scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/security-scheme.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/select-api-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/select-api-manager.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/select-awslambda-endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/select-awslambda-endpoint.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/select-tier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/select-tier.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/sign-in.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/specify-parameter-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/specify-parameter-values.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/specify-websocket-api-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/specify-websocket-api-values.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/starwars-in-dev-portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/starwars-in-dev-portal.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/starwars-scope-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/starwars-scope-list.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/starwars-scopes-gen-access-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/starwars-scopes-gen-access-token.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/subscribe-to-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/subscribe-to-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/subscribe-to-yahoo-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/subscribe-to-yahoo-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/subscription-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/subscription-options.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/test-api-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/test-api-lifecycle.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/throttling-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/throttling-error.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/try-it-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/try-it-out.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/try-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/try-out.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/update-operations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/update-operations.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/view-in-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/view-in-store.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/vpn-from-gateway-to-on-premises-backend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/vpn-from-gateway-to-on-premises-backend.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/websocket-api-credential-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/websocket-api-credential-page.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/tutorials/websocket-api-key-generation-wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/tutorials/websocket-api-key-generation-wizard.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/add-certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/add-certificate.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/basic-endpoint-security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/basic-endpoint-security.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/certificate-added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/certificate-added.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/certificate-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/certificate-details.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/check-certificate-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/check-certificate-info.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/delete-certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/delete-certificate.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/digest-enpoint-security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/digest-enpoint-security.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/failover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/failover.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/general-endpoint-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/general-endpoint-detail.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/load-balance-and-fail-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/load-balance-and-fail-over.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/load-balanced-configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/load-balanced-configuration.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/open-general-endpoint-configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/open-general-endpoint-configuration.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/specify-certificate-inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/specify-certificate-inputs.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/specify-failover-endpoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/specify-failover-endpoints.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/specify-load-balanced-endpoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/specify-load-balanced-endpoints.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/upload-certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/upload-certificate.png -------------------------------------------------------------------------------- /en/docs/assets/img/learn/work-with-endpoints/uploaded-certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/learn/work-with-endpoints/uploaded-certificate.png -------------------------------------------------------------------------------- /en/docs/assets/img/live-log-viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/live-log-viewer.png -------------------------------------------------------------------------------- /en/docs/assets/img/management-apis/saml-to-oauth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/management-apis/saml-to-oauth.png -------------------------------------------------------------------------------- /en/docs/assets/img/overview/wso2-api-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/overview/wso2-api-cloud.png -------------------------------------------------------------------------------- /en/docs/assets/img/qsg/api-publisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/qsg/api-publisher.png -------------------------------------------------------------------------------- /en/docs/assets/img/qsg/api_publisher_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/qsg/api_publisher_home.png -------------------------------------------------------------------------------- /en/docs/assets/img/qsg/design-a-new-rest-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/qsg/design-a-new-rest-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/qsg/design_new_rest_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/qsg/design_new_rest_api.png -------------------------------------------------------------------------------- /en/docs/assets/img/qsg/mocky-io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/qsg/mocky-io.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/add-amazon-resource-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/add-amazon-resource-name.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/add-graphql-api-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/add-graphql-api-details.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/add-new-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/add-new-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/add-new-resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/add-new-resource.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/add-scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/add-scope.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/api-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/api-overview.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/api-response-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/api-response-body.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/api-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/api-response.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/authorization-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/authorization-token.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/copy-access-token-starwars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/copy-access-token-starwars.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/create-api-design-rest-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/create-api-design-rest-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/create-graphql-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/create-graphql-schema.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/create-scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/create-scope.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/create-test-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/create-test-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/create-websocket-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/create-websocket-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/delete-all-existing-resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/delete-all-existing-resources.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/design-a-new-rest-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/design-a-new-rest-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/download-schema-definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/download-schema-definition.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/download-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/download-schema.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/endpoint-view-of-websocket-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/endpoint-view-of-websocket-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/generate-access-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/generate-access-token.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/import-graphql-schema-via-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/import-graphql-schema-via-file.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/import-graphql-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/import-graphql-schema.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/no-matching-resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/no-matching-resource.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/open-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/open-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/operations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/operations.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/overview-websocket-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/overview-websocket-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/post-response-starwars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/post-response-starwars.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/post-try-out-starwars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/post-try-out-starwars.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/publish-graphql-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/publish-graphql-api.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/resource-set-amazon-resource-timeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/resource-set-amazon-resource-timeout.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/resources.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/response-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/response-body.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/save-awslambda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/save-awslambda.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/save-resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/save-resource.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/scope-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/scope-list.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/security-scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/security-scheme.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/select-awslambda-endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/select-awslambda-endpoint.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/specify-parameter-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/specify-parameter-values.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/specify-websocket-api-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/specify-websocket-api-values.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/starwars-in-dev-portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/starwars-in-dev-portal.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/starwars-scope-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/starwars-scope-list.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/starwars-scopes-gen-access-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/starwars-scopes-gen-access-token.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/subscription-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/subscription-options.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/test-api-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/test-api-lifecycle.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/throttling-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/throttling-error.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/try-it-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/try-it-out.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/update-operations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/update-operations.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/view-in-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/view-in-store.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/vpn-from-gateway-to-on-premises-backend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/vpn-from-gateway-to-on-premises-backend.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/websocket-api-credential-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/websocket-api-credential-page.png -------------------------------------------------------------------------------- /en/docs/assets/img/tutorials/websocket-api-key-generation-wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/docs/assets/img/tutorials/websocket-api-key-generation-wizard.png -------------------------------------------------------------------------------- /en/docs/assets/lib/backtotop/img/cd-top-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /en/docs/assets/lib/highlightjs/default.min.css: -------------------------------------------------------------------------------- 1 | .hljs{display:block;overflow-x:auto;padding:.5em;background:#F0F0F0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888888}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseudo{color:#BC6060}.hljs-literal{color:#78A960}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} -------------------------------------------------------------------------------- /en/docs/faq-library/api-backends-and-endpoint-security.md: -------------------------------------------------------------------------------- 1 | # API Backends and Endpoint Security 2 | 3 | 1. #### How can I host my backend for my API? 4 | 5 | You can use WSO2 Integration Cloud to host the backend applications 6 | for your APIs on API Cloud. For instructions on how to do this, see 7 | [Host the Backend Applications for your 8 | APIs](https://docs.wso2.com/display/IntegrationCloud/Host+the+Backend+Applications+for+your+APIs) 9 | 10 | 2. #### How can I secure the link between my backend services and the API Cloud? 11 | 12 | See [Secure your Backend 13 | Services](https://docs.wso2.com/display/APICloud/Secure+your+Backend+Services) 14 | . 15 | -------------------------------------------------------------------------------- /en/docs/faq-library/api-deletion.md: -------------------------------------------------------------------------------- 1 | # API Deletion 2 | 3 | 1. #### How can I delete an API with active subscribers? 4 | 5 | 1. Go to the **Lifecycle** tab in the API Overview page. 6 | 7 | 2. Change the API state from **PUBLISHED** to **DEPRECATED**. 8 | 9 | 3. Change the API state from **DEPRECATED** to **RETIRED**. 10 | 11 | 4. You will be able to delete the API now. 12 | 13 | -------------------------------------------------------------------------------- /en/docs/faq-library/api-search.md: -------------------------------------------------------------------------------- 1 | # API Search 2 | 3 | 1. #### What are the options to search for an API in Publisher listing? 4 | 5 | | Option | Syntax to be used | 6 | |-----------------------|---------------------------------------------------| 7 | | API name | ` Default ` | 8 | | API Provider | ` provider:xxxx ` | 9 | | API Version | ` version:xxxx ` | 10 | | Context | ` context:xxxx ` | 11 | | Status | ` status:xxxx ` | 12 | | API Description | ` description:xxxx ` | 13 | | SubContext | ` subcontext:xxxx ` | 14 | | Documentation Content | ` doc:xxxx ` | 15 | 16 | -------------------------------------------------------------------------------- /en/docs/faq-library/api-subscription-tiers.md: -------------------------------------------------------------------------------- 1 | # API Subscription Tiers 2 | 3 | 1. #### How do I edit/add a subscription tier to my API? 4 | 5 | Subscription tiers provide the capability to set the maximum number 6 | of requests allowed to the API through the subscribers. By default 7 | the API Cloud provides 4 tiers **Gold** , **Silver** , **Bronze** 8 | and **Unlimited.** To change these default tiers or to add a new 9 | tier follow the below instructions. 10 | 11 | 1. Navigate to the API Cloud. 12 | 2. In the top menu, under the 'Configure' option you will find an 13 | item as "Admin Dashboard" in the drop down list. Click on this 14 | option which will redirect you to the Admin Dashboard 15 | application. 16 | 3. In the Admin dashboard application you will see an option as 17 | **Subscription Tiers** in the left navigation pane. 18 | 4. To create a new tier, click Add New Tier, specify the required 19 | values, and click Save. To edit an existing tier, Select edit, 20 | make the changes and save. -------------------------------------------------------------------------------- /en/docs/faq-library/consuming-apis-through-applications.md: -------------------------------------------------------------------------------- 1 | # Consuming APIs Through Your Applications 2 | 3 | 1. #### How can I invoke my APIs through my developed applications in the integration cloud? 4 | 5 | The applications deployed in WSO2 Integration Cloud can **consume 6 | the APIs** created in [WSO2 API Cloud](https://api.cloud.wso2.com/) 7 | . Follow this 8 | [tutorial](https://docs.wso2.com/display/IntegrationCloud/Consume+the+APIs+in+WSO2+API+Cloud+from+your+Applications) 9 | on how to achieve this. -------------------------------------------------------------------------------- /en/docs/faq-library/migrating-apis.md: -------------------------------------------------------------------------------- 1 | # Migrating APIs 2 | 3 | 1. #### How can I migrate my APIs among my cloud organizations? 4 | 5 | If you want to duplicate the APIs among your cloud organizations 6 | this is possible with the API Cloud. This will reduce the hassle of 7 | having to recreate the APIs in each organization for you. Please 8 | follow the 9 | [tutorial](https://docs.wso2.com/display/APICloud/Migrating+your+API+between+WSO2+API+Cloud+Environments) 10 | on how to achieve this. 11 | 12 | 2. #### How can I migrate my on premise APIs on API Manager to the Cloud? 13 | 14 | If you have APIs created on your local instance of WSO2 API Manager 15 | you can simply follow this 16 | [tutorial](https://docs.wso2.com/display/APICloud/Migrating+your+API+from+the+APIM+Local+Setup+to+WSO2+API+Cloud) 17 | to migrate them to your cloud organization. -------------------------------------------------------------------------------- /en/docs/faq-library/vpn-with-api-cloud.md: -------------------------------------------------------------------------------- 1 | # VPN Connection with API Cloud 2 | 3 | 4 | 1. #### **How much bandwidth is guaranteed?** 5 | 6 | We do not have any bandwidth limitation on our end. There is a 7 | defined idle period. If the connection is idle for more than the 8 | given period it will be closed. The connection will be reestablished 9 | at the next immediate call, when it is active again. 10 | 11 | 2. #### **Would DNS resolution in API Cloud be done inside our network or using your own DNS service?** 12 | 13 | This will be done in our DNS service. However, you need to map the 14 | CNAME entry on your end as well. ** 15 | ** 16 | 17 | 3. #### **Does your VPN solution have high availability? Do you have replicated VPN nodes?** 18 | 19 | We do not have replicated VPN nodes on our end instead we use the 20 | method of having replicated VPN endpoints for automatic fail over 21 | which routes to the other endpoint in case one endpoint fails and 22 | guarantees high availability. ** 23 | ** 24 | -------------------------------------------------------------------------------- /en/docs/get-started/about-the-upgrade.md: -------------------------------------------------------------------------------- 1 | # Welcome to the latest WSO2 API Cloud upgrade! 2 | 3 | This upgrade comes with the following new capabilities that significantly enhance and improve the user experience and workflows: 4 | 5 | - Re-skinned portals. 6 | 7 | - Enhanced styling capabilities to make portal customization easy. 8 | 9 | - Support to [expose GraphQL services as APIs](../tutorials/create-and-publish-a-graphql-api). 10 | 11 | - Multiple [API security-related features](../../learn/secure-apis/api-security-overview) to make APIs more secure and provide better options for application developers. 12 | 13 | 14 | !!! note 15 | 16 | The following features will not be immediately enabled with the upgrade: 17 | 18 | - [Monetization](../../learn/monetize-apis/api-monetization-overview) 19 | - [Certificate upload](../../learn/integrate-with-backends/work-with-endpoints/manage-endpoint-certificates) 20 | - [AWS lambda as APIs](../tutorials/create-and-publish-awslambda-api) 21 | - [HTTP endpoint for APIs](../../learn/integrate-with-backends/work-with-endpoints/endpoint-types) 22 | - [Mutual SSL support](../../learn/secure-apis/secure-using-mutual-ssl) 23 | - [API keys](../../learn/secure-apis/secure-using-api-keys) 24 | 25 | 26 | -------------------------------------------------------------------------------- /en/docs/get-support/cancel-your-api-cloud-subscription.md: -------------------------------------------------------------------------------- 1 | # Cancel Your API Cloud Subscription 2 | 3 | If you no longer use WSO2 API Cloud and you want to cancel your subscription, follow these steps: 4 | 5 | !!! Note 6 | 7 | To cancel a subscription, you must be an administrator of the organization. 8 | 9 | 1. Sign in to the [WSO2 Cloud Management Portal](https://cloudmgt.cloud.wso2.com/cloudmgt/site/pages/index.jag). 10 | 2. In the header, click **Account**. 11 | 12 | !!! Tip 13 | 14 | If you are not an administrator of the organization, the **Account** tab will not be visible to you. 15 | 16 | 3. Go to the **Subscription Information** pane and click **Cancel** corresponding to the subscription you want to cancel. 17 | ![](../assets/img/get-support/cancel-subscription.png) 18 | This displays a message to confirm the cancellation along with information on when the cancellation will become effective. 19 | 4. Check the message and click **Yes**. 20 | 21 | This triggers the cancellation of your WSO2 API Cloud subscription. For any further assistance, you can [get help via a support request](../get-support/work-with-the-support-team.md#get-help-via-a-support-request). 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /en/docs/get-support/uptime-status.md: -------------------------------------------------------------------------------- 1 | # Uptime Status 2 | 3 | 4 | -------------------------------------------------------------------------------- /en/docs/learn/analyze-apis/analytics-overview.md: -------------------------------------------------------------------------------- 1 | # API Analytics Overview 2 | 3 | WSO2 API Cloud allows you to view and analyze statistics related to APIs deployed in WSO2 API Cloud. 4 | 5 | The following topics describe how you can work with WSO2 API Cloud analytics. 6 | 7 | - [View API Statistics](../view-statistics) 8 | - [Work with Alerts](../overview-of-working-with-alerts) 9 | 10 | 11 | -------------------------------------------------------------------------------- /en/docs/learn/analyze-apis/api-analytics-overview.md: -------------------------------------------------------------------------------- 1 | # API Analytics Overview 2 | 3 | -------------------------------------------------------------------------------- /en/docs/learn/analyze-apis/overview-of-working-with-alerts.md: -------------------------------------------------------------------------------- 1 | # Overview of Working with Alerts 2 | 3 | WSO2 API Cloud supports various alert types to monitor API-related 4 | statistics for different purposes. Some of the common scenarios that 5 | require alerts are sudden failure of one or more APIs, sudden 6 | increase in the response time of one or more APIs, a change in the 7 | pattern of API resource access, etc. 8 | 9 | The following topics describe the different alert types that WSO2 API 10 | Cloud supports, and also provides details on how you can configure and 11 | subscribe to the alert types that you want to have. 12 | 13 | - [Alert Types](../alert-types) 14 | - [Configure Alerts](../configure-alerts) 15 | - [Subscribe to Alerts](../subscribe-to-alerts) 16 | - [View Alerts](../view-alerts) 17 | -------------------------------------------------------------------------------- /en/docs/learn/analyze-apis/view-alerts.md: -------------------------------------------------------------------------------- 1 | # View Alerts 2 | 3 | System administrators, API publishers, and API subscribers receive 4 | alerts via notification emails if they have subscribed to alerts. 5 | 6 | As a system administrator, you can view alerts that you have subscribed 7 | to. 8 | 9 | Follow the steps below to view alerts: 10 | 11 | 1. Access the WSO2 API Cloud **Admin Dashboard** via 12 | `https://api.cloud.wso2.com/admin`, and sign in with your credentials. 13 | 2. On the **Admin Dashboard**, click **Alerts** on the top menu. This 14 | displays the **Alerts History** page similar to the following: 15 | ![](../../assets/img/learn/analyze-apis/alert-history.png) 16 | 17 | !!! tip 18 | 19 | - In the default view, **All Alerts** is selected as the **Alert 20 | Type** . Therefore, all the alerts generated are displayed by 21 | default on this page. 22 | - If you want to filter the displayed alerts by a specific alert 23 | type, select a required alert type from the **Alert Type** 24 | list. 25 | ![](../../assets/img/learn/analyze-apis/alert-type-list.png) 26 | -------------------------------------------------------------------------------- /en/docs/learn/backend-integration/overview-of-backend-integration.md: -------------------------------------------------------------------------------- 1 | # Overview of Backend Integration 2 | 3 | WSO2 API Cloud allows you to expose your backend APIs as managed and secured APIs. The following topics describe how you can connect to your backend service from WSO2 API Cloud in a secure manner depending on the nature of your backend service: 4 | 5 | - [Expose Your On-Premises Backend Services to WSO2 API Cloud](../expose-your-on-premises-backend-services-to-api-cloud) 6 | - [Use OAuth2 Protected Backends](../use-oauth2-protected-backends) 7 | - [Pass a Custom Authorization Token to the Backend](../pass-a-custom-authorization-token-to-the-backend) 8 | - [Secure Your Backend Services](../secure-your-backend-services) 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /en/docs/learn/cloud-administration/add-new-organization.md: -------------------------------------------------------------------------------- 1 | # Add a New Organization 2 | 3 | If you have already signed up and created a Cloud account and now you want to add a new 4 | organization to the same Cloud account, do the following: 5 | 6 | 1. Sign in to [WSO2 API Cloud](https://wso2.com/api-management/cloud/) with your credentials. This opens the API Publisher. 7 | 2. Click the settings icon on the upper, right-hand corner of the UI 8 | and click **[Organization](https://cloudmgt.cloud.wso2.com/cloudmgt/site/pages/organization.jag)**. 9 | ![](../../assets/img/learn/cloud-administration/manage-organizations.png) 10 | 3. On the **Manage Organizations** page that opens, click **Add 11 | Organization**. 12 | ![](../../assets/img/learn/cloud-administration/add-organization.png) 13 | 4. Specify a name for the organization, enter your WSO2 Cloud account password, and then click **Add Organization**. 14 | ![](../../assets/img/learn/cloud-administration/organization-details.png) 15 | This creates a new organization with the name you specified. 16 | 17 | -------------------------------------------------------------------------------- /en/docs/learn/cloud-administration/change-organization-name.md: -------------------------------------------------------------------------------- 1 | # Change the Organization Name 2 | 3 | If you want to change the name of your organization, do the following: 4 | 5 | 1. Sign in to [WSO2 API Cloud](https://wso2.com/api-management/cloud/) with your credentials. This opens the API Publisher. 6 | 2. Click the settings icon on the upper, right-hand corner of the UI 7 | and click **[Organization](https://cloudmgt.cloud.wso2.com/cloudmgt/site/pages/organization.jag)**. 8 | ![](../../assets/img/learn/cloud-administration/manage-organizations.png) 9 | 3. On the **Manage Organizations** page that opens, select the 10 | organization that you want to change the name of, and click 11 | **Profile**. 12 | ![](../../assets/img/learn/cloud-administration/edit-organization-name.png) 13 | 4. Give the new name and click **Update Profile**.This updates the organization -------------------------------------------------------------------------------- /en/docs/learn/cloud-administration/overview-of-cloud-administration.md: -------------------------------------------------------------------------------- 1 | # Overview of Cloud Administration 2 | 3 | When you [sign up to WSO2 API Cloud](../../../get-started/create-a-wso2-cloud-account) using your email address and create an account, you become the administrator of your organization. When working with WSO2 API Cloud, you will come across certain actions that can be successfully performed only by an administrator. The following topics walk you through the most common actions that need to be performed by an administrator: 4 | 5 | 6 | - [Manage Organizations](../overview-of-managing-organizations) 7 | - [Manage Users](../overview-of-managing-users) 8 | - [View and Download Logs](../view-and-download-logs) 9 | - [Migrate APIs and Applications Between Environments](../migrate-using-cli-tool) -------------------------------------------------------------------------------- /en/docs/learn/cloud-administration/overview-of-managing-organizations.md: -------------------------------------------------------------------------------- 1 | # Overview of Managing Organizations 2 | 3 | When you sign up to WSO2 API Cloud, you will need to set up your WSO2 account by specifying your details. When specifying your details, you need to specify an Organization Name. An Organization Key will be auto-generated for the Organization name you specify. 4 | 5 | 6 | An organization is an environment that will contain all APIs, apps, members, and other entities associated with it. Whenever you sign in to WSO2 API Cloud, you will need to select the organization you want to sign in to. 7 | 8 | Depending on your requirement you can also create multiple organizations under a particular WSO2 Cloud account. For example, if necessary you can create one organization as the development environment and another organization as the production environment under the same WSO2 Cloud account. 9 | 10 | Take a look at the following topics for detailed information on how you can manage your organizations. 11 | 12 | - [Add a New Organization](../add-new-organization) 13 | - [Change the name of an Organization](../change-organization-name) 14 | 15 | -------------------------------------------------------------------------------- /en/docs/learn/cloud-administration/overview-of-managing-users.md: -------------------------------------------------------------------------------- 1 | # Overview of Managing Users 2 | 3 | User management involves managing users, roles, and their access levels in a system.If we a look 4 | 5 | WSO2 API Cloud allows anyone with administrator access to perform the following user management actions: 6 | 7 | - [Add Members to Your Organization](../add-members-to-your-organization) 8 | - [Create Custom Roles](../create-custom-roles) 9 | - [Enable Self Signup to the API Store](../enable-self-sign-up-to-the-api-store) 10 | - [Block Subscription to an API](../block-subscription-to-an-api) 11 | - [Authenticate Users External to WSO2 Cloud](../overview-of-authenticating-users-external-to-wso2-cloud) 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /en/docs/learn/consume-apis/overview-of-consuming-apis.md: -------------------------------------------------------------------------------- 1 | # Overview of Consuming APIs 2 | 3 | WSO2 API Cloud allows API providers to easily publish APIs to an intuitive, comprehensive, and customizable API Store. 4 | The API Store of WSO2 API Cloud provides all key capabilities necessary to attract, on-board, and engage an active community of users for your APIs. 5 | 6 | The topics in this section provide detailed information on the key features of the API Store and how API consumers can consume APIs exposed via the API Store. Click on a topic below to learn more: 7 | 8 | - [Discover APIs](../discover-apis) 9 | - [Manage Applications](../create-applications) 10 | - [Subscribe to an API](../subscribe-to-an-api) 11 | - [Invoke an API](../invoke-an-api-using-the-integrated-api-console) 12 | - [Generate SDKs](../download-sdks-for-a-published-api) -------------------------------------------------------------------------------- /en/docs/learn/control-api-traffic/apply-rate-limits.md: -------------------------------------------------------------------------------- 1 | # Throttling and Rate Limiting Overview 2 | 3 | -------------------------------------------------------------------------------- /en/docs/learn/design-apis/overview-of-api-design-and-publishing.md: -------------------------------------------------------------------------------- 1 | # Overview of API Design and Publishing 2 | 3 | WSO2 API Cloud allows you to easily design and publish APIs via a graphical user interface. See the following topics for step-by-step instructions on designing an API depending on your requirement and then publishing it to make it available to consumers: 4 | 5 | - [Design a New REST API](../design-a-new-rest-api) 6 | - [Design an API Using Existing Swagger Definition](../design-an-api-using-existing-swagger) 7 | - [Generate a REST API from a SOAP Backend](../generate-rest-api-from-soap-backend) 8 | - [Expose a SOAP Service as a REST API](../expose-soap-service-as-rest-api) 9 | - [Publish an API](../../publish-apis/publish-an-api) -------------------------------------------------------------------------------- /en/docs/learn/learn-wso2-api-cloud.md: -------------------------------------------------------------------------------- 1 | # Learn WSO2 API Cloud 2 | 3 | The topics in this section walk you through some of the key API management capabilities you can perform using WSO2 API Cloud. Click on a preferred topic to learn more. 4 | 5 | - [Design and Publish APIs](../design-apis/overview-of-api-design-and-publishing) 6 | 7 | - [Manage APIs](../manage-apis/api-lifecycle-management-overview) 8 | 9 | - [Backend Integration](../backend-integration/overview-of-backend-integration) 10 | 11 | - [Message Mediation for APIs](../message-mediation/overview-of-message-mediation) 12 | 13 | - [Secure APIs](../secure-apis/api-security-overview) 14 | 15 | - [Consume APIs](../consume-apis/overview-of-consuming-apis) 16 | 17 | - [Control API Traffic](../control-api-traffic/throttling-and-rate-limiting-overview) 18 | 19 | - [Analyze APIs](../analyze-apis/analytics-overview) 20 | 21 | - [Cloud Administration](../cloud-administration/overview-of-cloud-administration) 22 | 23 | 24 | If you want to quickly understand and try out a particular WSO2 API Cloud key capability, take a look at the [step-by-step tutorials](../tutorials/step-by-step-tutorials) we have published. 25 | -------------------------------------------------------------------------------- /en/docs/learn/manage-apis/api-lifecycle-management-overview.md: -------------------------------------------------------------------------------- 1 | # API Lifecycle Management Overview 2 | 3 | API lifecycle management is the overseeing of all aspects of an API from development to deployment and beyond. The capability to manage the entire lifespan of an API is an important capability of any effective API management platform. WSO2 API Cloud allows you to effectively manage APIs right from the planning stage until an API is retired. 4 | 5 | The following topics provide information on how you can manage various aspects of an API including versioning, deprecation, and retirement. Click on a topic to view details: 6 | 7 | - [Manage the API Lifecycle](../manage-apis/manage-api-lifecycle.md) 8 | 9 | - [Create a New API Version](../manage-apis/create-a-new-api-version.md) 10 | 11 | - [Deprecate an Old API Version](../manage-apis/deprecate-an-old-api-version.md) 12 | -------------------------------------------------------------------------------- /en/docs/learn/manage-apis/create-a-new-api-version.md: -------------------------------------------------------------------------------- 1 | # Create a New API Version 2 | 3 | -------------------------------------------------------------------------------- /en/docs/learn/manage-apis/deprecate-an-old-api-version.md: -------------------------------------------------------------------------------- 1 | # Create a New API Version 2 | 3 | -------------------------------------------------------------------------------- /en/docs/learn/manage-apis/manage-api-lifecycle.md: -------------------------------------------------------------------------------- 1 | # Manage API Lifecycle 2 | 3 | The lifecycle of an API can be managed by API Publisher users via the API Publisher portal. 4 | 5 | Follow the instructions below to manage the API lifecycle depending on your requirement: 6 | 7 | 1. Sign in to WSO2 API Cloud. This opens the API Publisher portal. 8 | 9 | 2. Click on the API for which you need to change the lifecycle state. 10 | 11 | 3. Click **Lifecycle**. 12 | 13 | The lifecycle state transition grid and the lifecycle change history appears. The current lifecycle state and the next possible lifecycle transitions are available in lifecycle state grid. The lifecycle history contains the data such as the lifecycle transition action, the user who performed the transition and the timestamp of the state change. 14 | 15 | 4. Click the lifecycle state change button to change the lifecycle state. 16 | 17 | 18 | -------------------------------------------------------------------------------- /en/docs/learn/message-mediation/add-a-custom-sequence-to-your-api.md: -------------------------------------------------------------------------------- 1 | # Add a Custom Sequence to your API 2 | 3 | This section shows you how to add a mediation sequence to your API 4 | 5 | 1. Sign in to [WSO2 API Cloud](https://api.cloud.wso2.com/publisher/) with your credentials 6 | 7 | 2. Select an existing API and click **Edit**. 8 | 9 | 3. Go to the **Implement** tab. 10 | 11 | 4. Select **Enable Message Mediation**. 12 | ![](../../assets/img/learn/message-mediation/enable-message-mediation.png) 13 | You can add any of the following types of sequences: 14 | 15 | - In Flow - To change the default request 16 | 17 | - Out Flow - To change the default response 18 | 19 | - Fault Flow - To modify the default fault sequence of events. 20 | 21 | Click the drop-down menu to see the default sequences available for each 22 | flow. You can also upload custom sequences manually as an xml file depending on your requirement. 23 | ![](../../assets/img/learn/message-mediation/available-default-sequences.png) 24 | 25 | -------------------------------------------------------------------------------- /en/docs/learn/monetize-apis/monetization-overview.md: -------------------------------------------------------------------------------- 1 | # Monetization Overview 2 | 3 | -------------------------------------------------------------------------------- /en/docs/learn/tutorials/step-by-step-tutorials.md: -------------------------------------------------------------------------------- 1 | # Step-by-Step Tutorials 2 | 3 | We’ve put together a comprehensive set of tutorials so that you can easily try out and understand the key capabilities of WSO2 API Cloud. 4 | 5 | Click on a required tutorial to follow the step-by-step instructions: 6 | 7 | - [Create and Publish an API](../create-and-publish-an-api) 8 | - [Subscribe to and Invoke an API](../subscribe-to-and-invoke-an-api) 9 | - [Expose Your On-Premises Backend Services to WSO2 API Cloud](../expose-your-backend-services-to-api-cloud) 10 | - [Enforce Throttling and Resource Access Policies](../enforce-throttling-and-resource-access-policies) 11 | -------------------------------------------------------------------------------- /en/docs/management-apis/admin-v1.md: -------------------------------------------------------------------------------- 1 | --- 2 | template: templates/redoc.html 3 | --- 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /en/docs/management-apis/analytics-get-started.md: -------------------------------------------------------------------------------- 1 | # Get Started with Analytics APIs 2 | 3 | You need to have a paid plan to use the analytics REST API.  4 | 5 | If you are on a trial account, first you should upgrade to a [preferred pricing plan](https://wso2.com/api-management/cloud/#pricing). 6 | 7 | Once you are on a paid plan and you want to use the analytics REST API, you need to contact us via a support ticket to obtain required tokens to invoke the APIs. When you contact us, we will generate the required tokens and share with you so that you can start using the analytics REST API. 8 | 9 | **NOTE**: There is a limitation of 5 API calls per minute for each token. -------------------------------------------------------------------------------- /en/docs/management-apis/analytics.md: -------------------------------------------------------------------------------- 1 | --- 2 | template: templates/redoc.html 3 | --- 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /en/docs/management-apis/devportal-v1.md: -------------------------------------------------------------------------------- 1 | --- 2 | template: templates/redoc.html 3 | --- 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /en/docs/management-apis/overview.md: -------------------------------------------------------------------------------- 1 | # Overview of API Cloud Management APIs 2 | 3 | WSO2 API Cloud exposes certain APIs so that you can programmatically invoke the functions of API Cloud if necessary. 4 | The following topics walk you through the various APIs exposed. Click on a required topic for details on the exposed APIs: 5 | 6 | - [Common Cloud APIs](../common-cloud-apis) 7 | - [API Cloud Portal APIs](../restful-apis) 8 | - [Subscriber Management REST APIs](../subscriber-management-rest-apis) 9 | - [Token API](../token-api) 10 | -------------------------------------------------------------------------------- /en/docs/management-apis/publisher-v1.md: -------------------------------------------------------------------------------- 1 | --- 2 | template: templates/redoc.html 3 | --- 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /en/docs/management-apis/restful-apis.md: -------------------------------------------------------------------------------- 1 | # API Cloud Portal APIs 2 | 3 | The following topics list the APIs exposed from WSO2 API Cloud's 4 | Publisher portal, API Store, and Admin Portal, which you can use to create and 5 | manage APIs. You can consume APIs directly through their UIs or via an 6 | external REST client such as cURL or the [Swagger API 7 | console]. 8 | 9 | - [Publisher APIs](../publisher-v1) 10 | - [Store APIs](../devportal-v1) 11 | - [Admin APIs](../admin-v1) 12 | - [Analytics APIs](../analytics) 13 | -------------------------------------------------------------------------------- /en/docs/management-apis/token-api.md: -------------------------------------------------------------------------------- 1 | # Token API 2 | 3 | Users need access tokens to invoke APIs subscribed under an application. 4 | Access tokens are passed in the HTTP header when invoking APIs. WSO2 API 5 | Cloud provides a token API that you can use to generate and renew user 6 | and application access tokens. The response of the token API is a JSON 7 | message. You extract the token from JSON and pass it with the HTTP 8 | authorization header to access the API. 9 | 10 | WSO2 API Cloud supports the following most common authorization grant types. Click on a required grant type to understand how to use it to generate/renew access tokens and authorize. 11 | 12 | - [Authorization Code Grant](../grant-types/authorization-code-grant) 13 | - [Refresh Token Grant](../grant-types/refresh-token-grant) 14 | - [Password Grant](../grant-types/password-grant) 15 | - [Client Credentials Grant](../grant-types/client-credentials-grant) 16 | - [SAML Extension Grant](../grant-types/saml-extension-grant) -------------------------------------------------------------------------------- /en/docs/page-not-found.md: -------------------------------------------------------------------------------- 1 | --- 2 | template: templates/no-nav.html 3 | --- 4 | 5 | 22 | 23 | ## Page not found 24 | 25 | 26 | Sorry, but the page you are looking for does not exist, has been removed, renamed, or is temporarily unavailable. 27 | Try one of the navigation links above or use the search engine in the top right corner. 28 | 29 | For further inquiries, reach us at [cloud@wso2.com](mailto:cloud@wso2.com). Alternatively, you can also report an issue [here](https://github.com/wso2/docs-cloud/issues). 30 | 31 | -------------------------------------------------------------------------------- /en/theme/material/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/docs-cloud/c01c2628cf50cc6531db6960b8ebded4e259423b/en/theme/material/images/favicon.png -------------------------------------------------------------------------------- /en/theme/material/partials/language/en.html: -------------------------------------------------------------------------------- 1 | {% macro t(key) %}{{ { 2 | "language": "en", 3 | "direction": "ltr", 4 | "clipboard.copy": "Copy to clipboard", 5 | "clipboard.copied": "Copied to clipboard", 6 | "edit.link.title": "Edit this page", 7 | "footer.previous": "Previous", 8 | "footer.next": "Next", 9 | "meta.comments": "Comments", 10 | "meta.source": "Source", 11 | "search.language": "en", 12 | "search.pipeline.stopwords": true, 13 | "search.pipeline.trimmer": true, 14 | "search.placeholder": "Search", 15 | "search.result.placeholder": "Type to start searching", 16 | "search.result.none": "No matching documents", 17 | "search.result.one": "1 matching document", 18 | "search.result.other": "# matching documents", 19 | "search.tokenizer": "[\s\-]+", 20 | "skip.link.title": "Skip to content", 21 | "source.link.title": "Go to repository", 22 | "toc.title": "On this page" 23 | }[key] }}{% endmacro %} 24 | -------------------------------------------------------------------------------- /en/theme/material/partials/nav.html: -------------------------------------------------------------------------------- 1 | 26 | -------------------------------------------------------------------------------- /en/theme/material/partials/tabs.html: -------------------------------------------------------------------------------- 1 | {% set class = "md-tabs" %} 2 | {% if page.ancestors | length > 0 %} 3 | {% set class = "md-tabs md-tabs--active" %} 4 | {% endif %} 5 | 23 | -------------------------------------------------------------------------------- /en/theme/material/templates/2-column.html: -------------------------------------------------------------------------------- 1 | 18 | 19 | {% extends "base.html" %} 20 | 21 | {% block styles %} 22 | {{ super() }} 23 | 32 | {% endblock %} 33 | -------------------------------------------------------------------------------- /issue_template.md: -------------------------------------------------------------------------------- 1 | **Description:** 2 | 3 | 4 | **Suggested Labels:** 5 | 6 | 7 | **Suggested Assignees:** 8 | 9 | 10 | **Affected Product Version:** 11 | 12 | **OS, DB, other environment details and versions:** 13 | 14 | **Steps to reproduce:** 15 | 16 | 17 | **Related Issues:** 18 | --------------------------------------------------------------------------------