Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Postman collections and Scripted Check scripts are not uploaded to the ASM platform. Instead, they are managed through a repository which is created by the end user. This repository is set up from within the “Manage > Repository Profiles” page:

...

3. Add Repository Profile in ASM

From within Profiles”the “Manage

Github

...

the “Manage Profiles” page, add the repository URL, your Username, and your Personal Access Token:

...

As the screenshot indicates above, the Repository URL consists of a string formatted in the following structure:

https://github.com/{username}/{repositoryName}

If the repository contains a subfolder, such as /postmanChecks, you will reference that when you create a Scripted or Postman check later. Just enter the base repository URL here.

Paste the Personal Access Token you created above in the “Github Personal Access Token” field.

Adding Other Repository Types

HTTP

It is possible to store files on an HTTP server and retrieve them with HTTP Basic authentication. Enter the base path to the repository within the repository profile; you will add a more specific file path when you create a Postman or Scripted check.

Bitbucket

For Bitbucket Cloud/DC/Server Users enter the Bitbucket:

  • Repository URL

  • Username

  • App Password

Azure DevOps

For Azure DevOps Users enter the Azure DevOps:

  • Repository URL

  • Username

  • Personal Access Token

Info

The DevOps Repository URL might look different depending on the configuration or the installation of the Azure DevOps server. Some typical valid TFS project URLs are:

...