Download OpenAPI specification:Download
Connector registry endpoints. Supports fetching a connector by name and publishing a connector definition.
Returns connector definition, owner and derived format hash.
| name required | string Connector name. |
{- "name": "string",
- "dimensions": [
- {
- "transformations": [
- {
- "name": "string",
- "args": [
- 0
]
}
], - "composite": "string",
- "bindings": {
- "property1": "string",
- "property2": "string"
}
}
], - "condition_name": "string",
- "condition_args": [
- 0
], - "static_ri": {
- "property1": {
- "start_point": 4294967295,
- "transformation_shift": 4294967295
}, - "property2": {
- "start_point": 4294967295,
- "transformation_shift": 4294967295
}
}, - "owner": "string",
- "address": "string",
- "format_hash": "string"
}Publish a connector definition.
| name required | string Connector name. |
required | Array of objects (ConnectorDimension) non-empty Ordered dimension definitions. |
| condition_name required | string Condition name. Empty string means no condition. |
| condition_args required | Array of integers Condition arguments. |
object Optional static running-instance map. Keys are canonical decimal positions (for example "0", "3", "5"). |
{- "name": "string",
- "dimensions": [
- {
- "transformations": [
- {
- "name": "string",
- "args": [
- 0
]
}
], - "composite": "string",
- "bindings": {
- "property1": "string",
- "property2": "string"
}
}
], - "condition_name": "string",
- "condition_args": [
- 0
], - "static_ri": {
- "property1": {
- "start_point": 4294967295,
- "transformation_shift": 4294967295
}, - "property2": {
- "start_point": 4294967295,
- "transformation_shift": 4294967295
}
}
}{- "name": "string",
- "owner": "string",
- "address": "string",
- "format_hash": "string"
}