컴포넌트 규칙 생성
이 시나리오에서는 Talend API를 사용하여 프로젝트 품질을 향상시키기 위한 컴포넌트 규칙을 생성합니다.
이 태스크 정보
API 호출에 대한 세부사항은 다음과 같습니다.
Method: POST
endpoint: api/v1/projects/quality/rules/category/components
payload:
{
"name": "string",
"description": "string",
"severity": "Info",
"category": "Component",
"threshold": {
"operator": "string",
"value": 0,
"type": "Percentage"
},
"components": [
"string"
],
"parameters": [
"string"
],
"inputs": [
"string"
],
"exists": true
}