v1
latestOpenAPI 3.1.12026-07-242899061.7 MBTarget Of Evaluation TOE
This endpoint adds an existing TOE to the users portfolio.
This endpoint adds an existing TOE to the users portfolio. The toe_id and other information can be obtained from the /v1/toes/by_domains response.
post/v1/toe/{toe_id}
Path parameters
toe_idstring required
Example:5976423a-ee35-11e3-8569-14109ff1a304
Filter by the Toe ID.
Request body
Example request
{
"risk_relationship_slugs": [
"ownenterprise_critical"
],
"subscription_level": 2,
"privacy_subscription_level": 2,
"internal_names": [
"Riskrecon"
],
"internal_ids": [
"1234"
],
"assessment_frequency": "continuous"
}Response
OK
Example response
{
"toe_short_name": "Riskrecon",
"toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
"internal_name": [
"Riskrecon"
],
"internal_id": [
"1234"
]
}