Module
Entity fields:
Path
Type
Description
Example:
{
"data": {
"type": "module",
"attributes": {
"name": "Terrakube module",
"description": "Module Description",
"provider": "Terraform Provider",
"source": "https://github.com/AzBuilder/terraform-sample-repository.git"
},
"relationships": {
"vcs": {
"data": {
"type": "vcs",
"id": "{{vcsId}}"
}
}
}
}
}Supported Operations
get
Path parameters
organizationIdstringRequired
organization Identifier
moduleIdstringRequired
module Identifier
Query parameters
Responses
200
Successful response
application/vnd.api+json
get
/organization/{organizationId}/module/{moduleId}200
Successful response
Last updated
Was this helpful?