Skip to content

This package was developed to automate usage of Restman CA API Gateway. Through this package is possible to transform an exported default bundle xml to test install using the version 1.0 of RESTMAN APIs.

License

Notifications You must be signed in to change notification settings

lucasfmarconi/ca-gateway-restman-vsts-task

Repository files navigation


Logo

CA API Gateway Restman Bundle Test&Install

To transform an exported raw xml bundle, test and install using the version 1.0 of RESTMAN APIs.


Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

This package was developed to automate usage of Restman CA API Gateway. Through this package is possible to transform an exported default bundle xml to test install using the version 1.0 of RESTMAN APIs.

Overview Parameters

Built With

Getting Started

Prerequisites

Please, check the Prerequisites section of Microsoft VSTS Tasks documentation Add a custom pipelines task extension - Prerequisites

Usage

To local run follow these steps

  1. cd to package.json and install (cd ca-gateway-restman-vsts-task)
  2. npm install
  3. tsc --build
  4. Define environment variables
    1. export INPUT_gatewayDestinationUrlBase=value
    2. export INPUT_gatewayRestmanDestinationUsername=value
    3. export INPUT_gatewayRestmanDestinationPassword=value
    4. export INPUT_filePath=value
    5. export INPUT_xmlFileName=value
  5. Place a RAW and valid exported Bundle XML containing your policies at the filePath/xmlFileName
  6. Run the task node ./index.js

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Lucas Marçoni - Linkedin

View this Readme Template

About

This package was developed to automate usage of Restman CA API Gateway. Through this package is possible to transform an exported default bundle xml to test install using the version 1.0 of RESTMAN APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages