Saturday, October 10, 2020

Thursday, October 8, 2020

Tuesday, October 6, 2020

SAP API Management - Quota Policy - Flow Variables

Scenario: You want to pass the quota available count and quota used count in response

SAP API Management - Fault Rules

 Scenario: You want to send custom message using fault rules in case of Quota error

Monday, October 5, 2020

SAP API Management - Quota Policy - Conditional Quota Count

 Scenario: You want to assign different quotas based on client application

SAP API Management - Quota Policy - Flexi Type

Scenario: You want to start the counter for the Quota policy when the 1st request is received.

SAP API Management - Quota Policy - Rolling Window Type

  Scenario: You want to activate quota policy using rolling window type. In this case, counter will not be reset after particular interval of time.

SAP API Management - Quota Policy - Calendar Type

 Scenario: You want to activate quota policy from a particular datetime.

Sunday, October 4, 2020

SAP API Management - Quota Policy - Message Weight

 Scenario: You want to limit API calls/time interval based on message weight. 

SAP API Management - Quota Policy - Unique Counters

 Scenario: You want to limit API calls based on time interval for each client application

SAP API Management - Spike Arrest Policy

  Scenario: Suppose your backend system can handle 2 request per minute.

OAS in SAP API Management

 Steps:

  1. Go to API portal -> Develop -> Create in API Designer

Saturday, October 3, 2020

OAS 3.0 Features

 In this blog, we will compare the differences between OAS 2.0 and OAS 3.0

Swagger and OAS

 What is OAS?

Open API Specification is a specification for how to create an API definition file. You can use one of two structured data formats: YAML or JSON.

Friday, October 2, 2020

Markdown Basics

 Markdown is a way to style on the web. The examples are given below.