module-registry

The module-registry service is a private registry for Terraform/Opentofu modules

List modules

List all modules from the module registry

Securityx-api-key
Request
query Parameters
limit
integer <int64> [ 1 .. 1000 ]
Default: 30

Limit is the number of records to return for a page.

Example: limit=30
page
integer <int64> >= 1
Default: 1

Page is the page number to return relative to the page 'limit'.

Example: page=1
searchTerm
string
Default: ""

Filter results by partial name match

Example: searchTerm=mymod
sort
string
Default: "name,ASC"

Sort order for results

Enum: "name,ASC" "name,DESC" "updated,ASC" "updated,DESC"
Example: sort=updated,DESC
header Parameters
Harness-Account
required
string

account name

Example: Sint vero nisi sit laborum neque cumque.
Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

get/iacm/api/modules
Request samples
Response samples
application/json
[
  • {
    },
  • {
    },
  • {
    }
]

Create module

Create a new module in the module registry

Securityx-api-key
Request
header Parameters
Harness-Account
required
string [ 1 .. 128 ] characters

account that owns the module

Example: y
Request Body schema: application/json
required
description
string

description of the module

name
required
string [ 1 .. 128 ] characters

module name

repository
string

Repository is the name of the repository to use.

repository_branch
string

Repository Branch in which the code should be accessed.

repository_commit
string

Repository Commit/Tag in which the code should be accessed.

repository_connector
string

Repository Connector is the reference to the connector to use for this code.

repository_path
string
Default: ""

Repository Path is the path in which the infra code resides.

system
required
string [ 1 .. 128 ] characters ^[a-z]+$

system name

tags
string

tags defining the module

Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules
Request samples
application/json
{
  • "description": "Inventore rerum.",
  • "name": "f36",
  • "repository": "Itaque nam ratione laudantium non sit.",
  • "repository_branch": "main",
  • "repository_commit": "abc10ed",
  • "repository_connector": "Quia voluptatem rerum aut odit et.",
  • "repository_path": "",
  • "system": "fcr",
  • "tags": "Quas facilis est vel."
}
Response samples
application/json
{
  • "account": "6",
  • "created": 1539898494368909800,
  • "description": "Laudantium odio nemo aperiam non temporibus.",
  • "id": "aaaaaaaa-bbbb-cccc-eeee-ffffffffffff",
  • "name": "op",
  • "repository": "Modi rerum dolor.",
  • "repository_branch": "main",
  • "repository_commit": "abc10ed",
  • "repository_connector": "Magnam officia qui.",
  • "repository_path": "",
  • "system": "14",
  • "tags": "Porro amet sit ut impedit.",
  • "updated": 1881469112633497600
}

Delete module

Delete a module from the module registry

Securityx-api-key
Request
path Parameters
id
required
string

id

Example: Quia aut sit impedit quibusdam ipsum blanditiis.
header Parameters
Harness-Account
required
string

account name

Example: Enim unde voluptates et illo in.
Responses
204

No Content response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

delete/iacm/api/modules/{id}
Request samples

List module by id

List a module from the module registry by ID

Securityx-api-key
Request
path Parameters
id
required
string

module id

Example: Nisi quisquam quam sequi quae.
header Parameters
Harness-Account
required
string

account name

Example: Quia qui sunt nulla deserunt.
Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

get/iacm/api/modules/{id}
Request samples
Response samples
application/json
{
  • "account": "d",
  • "created": 8893295880688969000,
  • "description": "Est sequi similique quis asperiores et officiis.",
  • "id": "aaaaaaaa-bbbb-cccc-eeee-ffffffffffff",
  • "module_error": "Cum qui explicabo autem.",
  • "name": "qf4",
  • "repository": "In sunt sed qui enim.",
  • "repository_branch": "main",
  • "repository_commit": "abc10ed",
  • "repository_connector": "Quia ab dolor dolores velit non.",
  • "repository_path": "",
  • "repository_url": "Natus tenetur nam dolore.",
  • "synced": 5592746006708858000,
  • "system": "h",
  • "tags": "Totam non numquam odit.",
  • "testing_enabled": true,
  • "testing_metadata": {
    },
  • "updated": 8607185426872541000,
  • "versions": [
    ]
}

Update module

Update a module in the module registry

Securityx-api-key
Request
path Parameters
id
required
string

module id

Example: aaaaaaaa-bbbb-cccc-eeee-ffffffffffff
header Parameters
Harness-Account
required
string [ 1 .. 128 ] characters

account that owns the module

Example: jq
Request Body schema: application/json
required
description
string

description of the module

name
required
string [ 1 .. 128 ] characters

module name

repository
string

Repository is the name of the repository to use.

repository_branch
string

Repository Branch in which the code should be accessed.

repository_commit
string

Repository Commit/Tag in which the code should be accessed.

repository_connector
string

Repository Connector is the reference to the connector to use for this code.

repository_path
string
Default: ""

Repository Path is the path in which the infra code resides.

system
required
string [ 1 .. 128 ] characters ^[a-z]+$

system name

tags
string

tags defining the module

Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

put/iacm/api/modules/{id}
Request samples
application/json
{
  • "description": "Enim similique quo id.",
  • "name": "95",
  • "repository": "Aut id.",
  • "repository_branch": "main",
  • "repository_commit": "abc10ed",
  • "repository_connector": "Necessitatibus est impedit occaecati incidunt tempore.",
  • "repository_path": "",
  • "system": "okd",
  • "tags": "Possimus ut."
}

Create testing pipeline

Create a new testing pipeline for a given module

Securityx-api-key
Request
path Parameters
id
required
string

module id

Example: Sed voluptas temporibus consequatur non commodi.
header Parameters
Harness-Account
required
string [ 1 .. 128 ] characters

Account is the internal customer account ID.

Example: b
Request Body schema: application/json
required
org
required
string [ 1 .. 128 ] characters

Org is the organisation identifier.

project
required
string [ 1 .. 128 ] characters

Project is the project identifier.

Responses
201

Created response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules/{id}/pipeline
Request samples
application/json
{
  • "org": "r",
  • "project": "c"
}

Sync module metadata

Sync the module metadata from the module registry

Securityx-api-key
Request
path Parameters
id
required
string

id

Example: Facere unde maxime eos.
header Parameters
Harness-Account
required
string

account name

Example: Inventore necessitatibus accusamus dolorem est consequatur.
Responses
204

No Content response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules/{id}/sync
Request samples

Disable testing

Disable testing for a module

Securityx-api-key
Request
path Parameters
id
required
integer <int64>

module id

Example: 7896046157751293000
header Parameters
Harness-Account
required
string

account name

Example: Dicta sit tempore sequi.
Responses
204

No Content response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

delete/iacm/api/modules/{id}/testing
Request samples

Enable testing

Enable testing for a module

Securityx-api-key
Request
path Parameters
id
required
string

module id

Example: Et ut error cum.
header Parameters
Harness-Account
required
string [ 1 .. 128 ] characters

Account is the internal customer account ID.

Example: k
Request Body schema: application/json
required
org
required
string [ 1 .. 128 ] characters

Org is the organisation identifier.

pipeline_id
Array of strings

pipelines to create the webhooks to trigger the executions for testing

project
required
string [ 1 .. 128 ] characters

Project is the project identifier.

provider_connector
required
string

provider connector

provisioner_type
required
string

provisioner type

provisioner_version
required
string

provisioner version

release_pipeline
string

pipeline to create the webhooks for releases

Responses
204

No Content response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules/{id}/testing
Request samples
application/json
{
  • "org": "az",
  • "pipeline_id": [
    ],
  • "project": "3t",
  • "provider_connector": "Deleniti sed expedita repellendus magnam.",
  • "provisioner_type": "Ratione beatae non libero incidunt aut aliquam.",
  • "provisioner_version": "Officiis impedit voluptates quod molestiae.",
  • "release_pipeline": "Debitis veritatis laudantium explicabo accusantium voluptatibus velit."
}

Update module testing

Update module testing metadata

Securityx-api-key
Request
path Parameters
id
required
string

module id

Example: Odio corporis aut enim commodi.
header Parameters
Harness-Account
required
string [ 1 .. 128 ] characters

Account is the internal customer account ID.

Example: fen
Request Body schema: application/json
required
org
required
string [ 1 .. 128 ] characters

Org is the organisation identifier.

pipeline_id
Array of strings

pipelines to create the webhooks to trigger the executions for testing

project
required
string [ 1 .. 128 ] characters

Project is the project identifier.

provider_connector
required
string

provider connector

provisioner_type
required
string

provisioner type

provisioner_version
required
string

provisioner version

release_pipeline
string

pipeline to create the webhooks for releases

Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

put/iacm/api/modules/{id}/testing
Request samples
application/json
{
  • "org": "wlw",
  • "pipeline_id": [
    ],
  • "project": "r",
  • "provider_connector": "Quos nam voluptatem vel temporibus doloribus.",
  • "provisioner_type": "Maxime ullam iusto ipsa atque.",
  • "provisioner_version": "Harum aut reiciendis nemo cupiditate atque id.",
  • "release_pipeline": "Sunt doloribus praesentium fugit."
}

List module metadata

List the module metadata from the module registry

Securityx-api-key
Request
path Parameters
module_id
required
string

module id

Example: Perspiciatis earum reiciendis ea ut.
query Parameters
version
required
string

version of the module

Example: version=Sapiente quo illum corrupti quis.
submodule
string

submodule name

Example: submodule=Earum ea vel ut omnis perspiciatis.
header Parameters
Harness-Account
required
string

account name

Example: Aliquid asperiores.
Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

get/iacm/api/modules/{module_id}/metadata
Request samples
Response samples
application/json
{
  • "account": "Possimus fugiat.",
  • "dependencies": [
    ],
  • "metadata_error": "Nemo voluptates sit commodi dolore.",
  • "module_version": "Corrupti repellendus explicabo.",
  • "name": "Aut repellendus fugiat quod.",
  • "outputs": [
    ],
  • "providers": [
    ],
  • "resources": [
    ],
  • "submodule": [
    ],
  • "system": "Quia sunt repudiandae.",
  • "variables": [
    ]
}

List module readme

List the module readme from the module registry

Securityx-api-key
Request
path Parameters
module_id
required
string

module id

Example: Adipisci iste ex et veritatis aut.
query Parameters
version
required
string

version of the module

Example: version=Voluptas provident delectus.
submodule
string

submodule name

Example: submodule=Eum nobis.
header Parameters
Harness-Account
required
string

account name

Example: Est veniam ullam molestias recusandae.
Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

get/iacm/api/modules/{module_id}/readme
Request samples
Response samples
application/json
"string"

Send an event related with a module execution

Send an event related with a module execution

Securityx-api-key
Request
path Parameters
moduleId
required
string [ 1 .. 1024 ] characters

module id associated with this event

Example: ko6
Request Body schema: application/json
required
account
required
string [ 1 .. 128 ] characters

Account is the internal customer account ID.

eventType
required
string

The type of event that occurred

object (ModuleExecutionMetadata)
org
required
string [ 1 .. 128 ] characters

Org is the organisation identifier.

project
required
string [ 1 .. 128 ] characters

Project is the project identifier.

Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules/{moduleId}/events
Request samples
application/json
{
  • "account": "aj",
  • "eventType": "Aspernatur consequatur ipsa quas assumenda sapiente.",
  • "metadata": {
    },
  • "org": "mvd",
  • "project": "fx"
}

List executions for a specific module

List all module executions for a module.

Securityx-api-key
Request
path Parameters
moduleId
required
string

Module identifier

Example: Ut mollitia et repudiandae neque aperiam.
query Parameters
limit
integer <int64> [ 1 .. 1000 ]
Default: 30

Limit is the number of records to return for a page.

Example: limit=30
page
integer <int64> >= 1
Default: 1

Page is the page number to return relative to the page 'limit'.

Example: page=1
pipeline_execution_id
string

Pipeline identifier

Example: pipeline_execution_id=Voluptatem necessitatibus similique omnis veritatis qui.
status
Array of strings

Status of the execution

Example: status=Dolorem occaecati molestiae neque et vel sed.&status=Molestias sit.&status=Iusto illo officiis et omnis dolor placeat.
start_time
integer <int64>

Specify the start time for the query

Example: start_time=1691150743950
end_time
integer <int64>

Specify the end time limit for the query

Example: end_time=1691150743950
header Parameters
Harness-Account
required
string [ 1 .. 128 ] characters

Account is the internal customer account ID.

Example: 58s
Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

get/iacm/api/modules/{moduleId}/executions
Request samples
Response samples
application/json
[
  • {
    },
  • {
    },
  • {
    },
  • {
    }
]

Create a new module execution

Create a new module execution.

Securityx-api-key
Request
path Parameters
moduleId
required
string

The unique identifier for the associated module

Example: Aut nemo ut ut iste deleniti non.
Request Body schema: application/json
required
account
required
string [ 1 .. 128 ] characters

Account is the internal customer account ID.

org
required
string [ 1 .. 128 ] characters

Org is the organisation identifier.

pipeline
required
string

The unique identifier for the associated pipeline

pipelineExecutionId
required
string

The unique identifier for the associated pipeline execution

pipelineStageId
required
string

The unique identifier for the associated pipeline stage

project
required
string [ 1 .. 128 ] characters

Project is the project identifier.

Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules/{moduleId}/executions
Request samples
application/json
{
  • "account": "mp",
  • "org": "c9",
  • "pipeline": "Iusto necessitatibus nesciunt.",
  • "pipelineExecutionId": "Corporis voluptatibus architecto a quo aut.",
  • "pipelineStageId": "Vero eveniet.",
  • "project": "44"
}
Response samples
application/json
{
  • "account": "74",
  • "created": 3105206574202944000,
  • "metadata": {
    },
  • "moduleId": "Voluptates beatae maiores quibusdam ad eos.",
  • "org": "5yl",
  • "project": "m2i",
  • "status": "Praesentium asperiores in placeat voluptatum dicta voluptatem."
}

Create module data

Create a new module in the module registry

Securityx-api-key
Request
path Parameters
name
required
string

module name

Example: Nihil tenetur ipsum ut eligendi est aspernatur.
system
required
string

system name

Example: Qui ipsa voluptatem.
version
required
string

version of the module

Example: Quidem ex enim ea suscipit molestiae recusandae.
header Parameters
Harness-Account
required
string

account name

Example: Libero sunt laudantium.
Request Body schema: application/json
required
download_url
required
string

download url of the module

object

error from the tag operation

examples_paths
Array of strings

path of the examples relative to the module

git_tag
required
string

git tag of the module

metadata
required
string

metadata to be parsed

repo_url
string

url pointing to the repo

submodule_name
string

name of the submodule been processed

submodule_paths
Array of strings

path of the submodules relative to the module

Responses
201

Created response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules/{name}/{system}/{version}/metadata
Request samples
application/json
{
  • "download_url": "Delectus enim aperiam.",
  • "error": {
    },
  • "examples_paths": [
    ],
  • "git_tag": "Error id.",
  • "metadata": "Et et eius rem officia.",
  • "repo_url": "Reprehenderit accusamus sapiente tempora delectus veritatis sint.",
  • "submodule_name": "Qui tempore.",
  • "submodule_paths": [
    ]
}

Create module readme

Endpoint to push the Readme for a given module

Securityx-api-key
Request
path Parameters
name
required
string

module name

Example: Odio quam autem.
system
required
string

system name

Example: Non itaque non dolor aut.
version
required
string

version of the module

Example: Dignissimos inventore quis voluptas impedit id incidunt.
query Parameters
submoduleName
string

submodule name

Example: submoduleName=Et ut rerum consequuntur incidunt sunt molestiae.
header Parameters
Harness-Account
required
string

account name

Example: Quis debitis esse.
Content-Length
integer <int64>

Size in bytes of the readme

Example: 2822872641173899000
Responses
201

Created response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules/{name}/{system}/{version}/readme
Request samples

Create module tags

List all tags for a given module

Securityx-api-key
Request
path Parameters
name
required
string [ 1 .. 128 ] characters

module name

Example: g1m
system
required
string [ 1 .. 128 ] characters ^[a-z]+$

system name

Example: nz
header Parameters
Harness-Account
required
string [ 1 .. 128 ] characters

account that owns the module

Example: m7u
Request Body schema: application/json
required
object

error from the tag operation

tags
Array of strings

tags defining the module

Responses
201

Created response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

post/iacm/api/modules/{name}/{system}/tags
Request samples
application/json
{
  • "error": {
    },
  • "tags": [
    ]
}

List connectors

List all connectors from the module registry for a specific account

Securityx-api-key
Request
header Parameters
Harness-Account
required
string

account name

Example: Voluptates temporibus et.
Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

get/iacm/api/modules/connectors
Request samples
Response samples
application/json
[
  • "Voluptatem quae error provident sequi consequuntur.",
  • "Et cumque repellendus.",
  • "Ex nam ut.",
  • "A veritatis possimus qui alias deleniti."
]

Download module

Download a module given a specific version

Securityx-api-key
Request
path Parameters
account
required
string

account name

Example: Qui iure.
name
required
string

module name

Example: In dicta earum vel.
system
required
string

system name

Example: Optio suscipit qui perferendis error magnam.
version
required
string

version of the module

Example: Quaerat nihil laborum hic.
Responses
204

No Content response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

get/iacm/registry/account/{account}/{name}/{system}/{version}/download
Request samples

List module versions

list-module-versions returns an array of versions for a given module

Securityx-api-key
Request
path Parameters
account
required
string

account name

Example: Eos a maxime.
name
required
string

module name

Example: Laborum velit tenetur.
system
required
string

system name

Example: Eos eligendi iusto odio minus qui reprehenderit.
Responses
200

OK response.

400

BadRequestError: Bad Request response.

401

UnauthorizedError: Unauthorized response.

403

ForbiddenError: Forbidden response.

404

NotFoundError: Not Found response.

408

TimeoutError: Request Timeout response.

409

ConflictError: Conflict response.

423

LockedError: Locked response.

499

ContextCancelledError: response.

500

InternalServerError: Internal Server Error response.

502

BadGatewayError: Bad Gateway response.

get/iacm/registry/account/{account}/{name}/{system}/versions
Request samples
Response samples
application/json
{
  • "modules": [
    ]
}