Lists Filters for the given criteria.
Bad Request
Internal server error
Returns the list of Filters
curl -i -X GET \ 'https://app.harness.io/ng/api/filters?pageIndex=0&pageSize=100&accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector&searchTerm=string' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates the filter for the given ID.
This is the updated Filter. This should have all the fields not just the updated ones
Bad Request
Internal server error
Returns the updated Filter
{- "name": "string",
- "identifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "filterProperties": {
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}, - "filterVisibility": "EveryOne"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Creates a Filter.
Details of the Connector to create
Bad Request
Internal server error
Returns created Filter
{- "name": "string",
- "identifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "filterProperties": {
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}, - "filterVisibility": "EveryOne"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns the settings of a filter for the given ID.
Bad Request
Internal server error
Returns Filter having filterIdentifier as specified in request
curl -i -X GET \ 'https://app.harness.io/ng/api/filters/{identifier}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Deletes a filter for the given ID.
Bad Request
Internal server error
Boolean status whether request was successful or not
curl -i -X DELETE \ 'https://app.harness.io/ng/api/filters/{identifier}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Lists Filters for the given criteria.
Bad Request
Internal server error
Returns the list of Filters
curl -i -X GET \ 'https://app.harness.io/pipeline/api/filters?pageIndex=0&pageSize=100&accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector&searchTerm=string' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates the filter for the given ID.
This is the updated Filter. This should have all the fields not just the updated ones
Bad Request
Internal server error
Returns the updated Filter
{- "name": "string",
- "identifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "filterProperties": {
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}, - "filterVisibility": "EveryOne"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Creates a Filter.
Details of the Connector to create
Bad Request
Internal server error
Returns created Filter
{- "name": "string",
- "identifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "filterProperties": {
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}, - "filterVisibility": "EveryOne"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns the settings of a filter for the given ID.
Bad Request
Internal server error
Returns Filter having filterIdentifier as specified in request
curl -i -X GET \ 'https://app.harness.io/pipeline/api/filters/{identifier}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Deletes a filter for the given ID.
Bad Request
Internal server error
Boolean status whether request was successful or not
curl -i -X DELETE \ 'https://app.harness.io/pipeline/api/filters/{identifier}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Lists Filters for the given criteria.
Bad Request
Internal server error
Returns the list of Filters
curl -i -X GET \ 'https://app.harness.io/ccm/api/filters?pageIndex=0&pageSize=100&accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector&searchTerm=string' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates the filter for the given ID.
This is the updated Filter. This should have all the fields not just the updated ones
Bad Request
Internal server error
Returns the updated Filter
{- "name": "string",
- "identifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "filterProperties": {
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}, - "filterVisibility": "EveryOne"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Creates a Filter.
Details of the Connector to create
Bad Request
Internal server error
Returns created Filter
{- "name": "string",
- "identifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "filterProperties": {
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}, - "filterVisibility": "EveryOne"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns the settings of a filter for the given ID.
Bad Request
Internal server error
Returns Filter having filterIdentifier as specified in request
curl -i -X GET \ 'https://app.harness.io/ccm/api/filters/{identifier}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Deletes a filter for the given ID.
Bad Request
Internal server error
Boolean status whether request was successful or not
curl -i -X DELETE \ 'https://app.harness.io/ccm/api/filters/{identifier}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Lists Filters for the given criteria.
Bad Request
Internal server error
Returns the list of Filters
curl -i -X GET \ 'https://app.harness.io/template/api/filters?pageIndex=0&pageSize=100&accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector&searchTerm=string' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates the filter for the given ID.
This is the updated Filter. This should have all the fields not just the updated ones
Bad Request
Internal server error
Returns the updated Filter
{- "name": "string",
- "identifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "filterProperties": {
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}, - "filterVisibility": "EveryOne"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Creates a Filter.
Details of the Connector to create
Bad Request
Internal server error
Returns created Filter
{- "name": "string",
- "identifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "filterProperties": {
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}, - "filterVisibility": "EveryOne"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns the settings of a filter for the given ID.
Bad Request
Internal server error
Returns Filter having filterIdentifier as specified in request
curl -i -X GET \ 'https://app.harness.io/template/api/filters/{identifier}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Deletes a filter for the given ID.
Bad Request
Internal server error
Boolean status whether request was successful or not
curl -i -X DELETE \ 'https://app.harness.io/template/api/filters/{identifier}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}