Code Monkey home page Code Monkey logo

intelligent-sandbox-api's Introduction

Trellix Intelligent Sandbox (Former: ATD)

The OpenAPI specification for interacting with REST APIs that Trellix Intelligent Sandbox (former: ATD) offers.

How to generate SDKs?

Setting up the OpenAPI Generator in your environment (one time step)

  1. Navigate to: OpenAPI Generator installation
  2. Choose the CLI client that suits your need/integrates with your platform better. (Recommended to use v5.0.1+) For more info please visit: https://openapi-generator.tech
  3. The OpenAPI Generator supports many different integrations and use cases, including (but not limited to):
    • Maven Plugin
    • Gradle Plugin
    • Bazel Plugin
    • SBT Plugin
    • Cake Plugin
    • CLI via Homebrew
    • CLI via Docker
    • CLI via npm
    • Generator SaaS
      For details, see Workflow Integrations

NOTE:
In some cases the cli generator might be named as openapi-generator-cli instead of openapi-generator, please be cautious.

Generating the SDK

  1. Run the following command and make sure you are running version 5.0+. Find the latest version here
    openapi-generator version
  2. For listing out the available languages you can use:
    openapi-generator list
    Alternatively, you can visit: List of client generators for list of supported client SDKs.
  3. For generating the client in the language of your choice, run the following:
    openapi-generator generate -i input_file_name.yaml -g a_language_name_from_list -o /path/to/output_folder

NOTE:
1. If during execution you encounter an error saying "any module/model name" not found, kindly generate the client using the following global property:
openapi-generator generate -i file_name.yaml -g a_language_name_from_list -o /path/to/output_folder --global-property skipFormModel=false

Importing openapi spec in Postman

In order to import the OpenAPI file in postman, please refer to : working with openAPI

Contributing and Code of conduct

For Code of conduct and contribution guidelines please refer to CODE_OF_CONDUCT and CONTRIBUTING respectively.

intelligent-sandbox-api's People

Contributors

abhigyankumartrellix avatar vyshg1 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.