tas

This contains APIs related to tas

Return the Tas organizations

Securityx-api-key
Request
query Parameters
connectorRef
string

Identifier for tas connector

accountIdentifier
required
string
orgIdentifier
string
projectIdentifier
string
envId
string

Environment Identifier for the Entity.

infraDefinitionId
string

Infrastructure Definition Identifier for the Entity.

Responses
400

Bad Request

500

Internal Server Error

default

Return the Tas organizations

get/ng/api/tas/organizations
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

Return the Tas spaces

Securityx-api-key
Request
query Parameters
connectorRef
required
string

Identifier for tas connector

organization
required
string

organization for tas

accountIdentifier
required
string
orgIdentifier
string
projectIdentifier
string
Responses
400

Bad Request

500

Internal Server Error

default

Return the Tas spaces

get/ng/api/tas/space
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

Return the Tas spaces

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string
orgIdentifier
string
projectIdentifier
string
organization
string
envId
required
string

Environment Identifier for the Entity.

infraDefinitionId
required
string

Infrastructure Definition Identifier for the Entity.

Responses
400

Bad Request

500

Internal Server Error

default

Return the Tas spaces

get/ng/api/tas/v2/space
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}