How to create a new CWP in gateway
search cancel

How to create a new CWP in gateway

book

Article ID: 381264

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

How to create a new CWP in gateway using RestMan?

Environment

API Gateway all Supported releases.

Resolution

Perform Postman/restman call ...

Request
POST 1.0/clusterProperties
Body
The cluster property to create
Element l7:ClusterProperty
Content-Type application/xml

 

Sample Body:

<l7:ClusterProperty xmlns:l7="http://ns.l7tech.com/2010/04/gateway-management">
                 <l7:Name>ping_new1</l7:Name>
                 <l7:Value>testing_cwp</l7:Value>
             </l7:ClusterProperty>

Additional Information

RestMan documentation: https://<gatewayip/hostname>:8443/restman/1.0/doc/restDoc.html#1.0/clusterProperties