naftiko: 1.0.0-alpha2 info: label: Resource Catalog Management — importJob description: 'Resource Catalog Management — importJob. 4 operations. Lead operation: List or find ImportJob objects. Self-contained Naftiko capability covering one Tm Forum business surface.' tags: - Tm Forum - importJob created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: TM_FORUM_API_KEY: TM_FORUM_API_KEY capability: consumes: - type: http namespace: tmf634-resource-catalog-importjob baseUri: https://serverRoot/tmf-api/resourceCatalog/v4 description: Resource Catalog Management — importJob business capability. Self-contained, no shared references. resources: - name: importJob path: /importJob operations: - name: listimportjob method: GET description: List or find ImportJob objects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: string description: Comma-separated properties to be provided in response - name: offset in: query type: integer description: Requested index for start of resources to be provided in response - name: limit in: query type: integer description: Requested number of resources to be provided in response - name: createimportjob method: POST description: Creates a ImportJob outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: importJob in: body type: string description: The ImportJob to be created required: true - name: importJob-id path: /importJob/{id} operations: - name: retrieveimportjob method: GET description: Retrieves a ImportJob by ID outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Identifier of the ImportJob required: true - name: fields in: query type: string description: Comma-separated properties to provide in response - name: deleteimportjob method: DELETE description: Deletes a ImportJob outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Identifier of the ImportJob required: true exposes: - type: rest namespace: tmf634-resource-catalog-importjob-rest port: 8080 description: REST adapter for Resource Catalog Management — importJob. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/importjob name: importjob description: REST surface for importJob. operations: - method: GET name: listimportjob description: List or find ImportJob objects call: tmf634-resource-catalog-importjob.listimportjob with: fields: rest.fields offset: rest.offset limit: rest.limit outputParameters: - type: object mapping: $. - method: POST name: createimportjob description: Creates a ImportJob call: tmf634-resource-catalog-importjob.createimportjob with: importJob: rest.importJob outputParameters: - type: object mapping: $. - path: /v1/importjob/{id} name: importjob-id description: REST surface for importJob-id. operations: - method: GET name: retrieveimportjob description: Retrieves a ImportJob by ID call: tmf634-resource-catalog-importjob.retrieveimportjob with: id: rest.id fields: rest.fields outputParameters: - type: object mapping: $. - method: DELETE name: deleteimportjob description: Deletes a ImportJob call: tmf634-resource-catalog-importjob.deleteimportjob with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: tmf634-resource-catalog-importjob-mcp port: 9090 transport: http description: MCP adapter for Resource Catalog Management — importJob. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-find-importjob-objects description: List or find ImportJob objects hints: readOnly: true destructive: false idempotent: true call: tmf634-resource-catalog-importjob.listimportjob with: fields: tools.fields offset: tools.offset limit: tools.limit outputParameters: - type: object mapping: $. - name: creates-importjob description: Creates a ImportJob hints: readOnly: false destructive: false idempotent: false call: tmf634-resource-catalog-importjob.createimportjob with: importJob: tools.importJob outputParameters: - type: object mapping: $. - name: retrieves-importjob-id description: Retrieves a ImportJob by ID hints: readOnly: true destructive: false idempotent: true call: tmf634-resource-catalog-importjob.retrieveimportjob with: id: tools.id fields: tools.fields outputParameters: - type: object mapping: $. - name: deletes-importjob description: Deletes a ImportJob hints: readOnly: false destructive: true idempotent: true call: tmf634-resource-catalog-importjob.deleteimportjob with: id: tools.id outputParameters: - type: object mapping: $.