Layer7 API Management

Expand all | Collapse all

Is it possible to create multiple 'items'  of same resource type using single restman call?

  • 1.  Is it possible to create multiple 'items'  of same resource type using single restman call?

    Posted May 25, 2017 10:35 AM

    Hi All,

     

    Example: I am able to create one clusterwide property using the below data. Is it possible to add one more clusterwide property to the payload and create them together by making single call to restman service?

     

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

     

    Thanks,

    Anand



  • 2.  Re: Is it possible to create multiple 'items'  of same resource type using single restman call?

    Posted Jun 20, 2017 01:38 PM

    I am assuming this is not possible with Restman



  • 3.  Re: Is it possible to create multiple 'items'  of same resource type using single restman call?
    Best Answer

    Broadcom Employee
    Posted Jun 23, 2017 08:00 AM

    Hi Anand,

     

    Currently it is not possible to create more than one clusterwide property in a single request. You may want to include this request in our idea section. Currently we don't have any. The idea section are reviewed by our product management team and is also available for other users to comment or vote on it.

     

    Regards,

    Ruchi



  • 4.  Re: Is it possible to create multiple 'items'  of same resource type using single restman call?

    Posted Jun 24, 2017 02:31 AM

    Thanks for replying bharu!