naftiko: 1.0.0-alpha2 info: label: Juniper Networks Juniper Contrail Networking API — Service Instances description: 'Juniper Networks Juniper Contrail Networking API — Service Instances. 2 operations. Lead operation: Juniper Networks List service instances. Self-contained Naftiko capability covering one Juniper business surface.' tags: - Juniper - Service Instances created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: JUNIPER_API_KEY: JUNIPER_API_KEY capability: consumes: - type: http namespace: contrail-service-instances baseUri: https://{contrail_controller}:8082 description: Juniper Networks Juniper Contrail Networking API — Service Instances business capability. Self-contained, no shared references. resources: - name: service-instances path: /service-instances operations: - name: listserviceinstances method: GET description: Juniper Networks List service instances outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createserviceinstance method: POST description: Juniper Networks Create service instance outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.JUNIPER_API_KEY}}' exposes: - type: rest namespace: contrail-service-instances-rest port: 8080 description: REST adapter for Juniper Networks Juniper Contrail Networking API — Service Instances. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/service-instances name: service-instances description: REST surface for service-instances. operations: - method: GET name: listserviceinstances description: Juniper Networks List service instances call: contrail-service-instances.listserviceinstances outputParameters: - type: object mapping: $. - method: POST name: createserviceinstance description: Juniper Networks Create service instance call: contrail-service-instances.createserviceinstance with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: contrail-service-instances-mcp port: 9090 transport: http description: MCP adapter for Juniper Networks Juniper Contrail Networking API — Service Instances. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: juniper-networks-list-service-instances description: Juniper Networks List service instances hints: readOnly: true destructive: false idempotent: true call: contrail-service-instances.listserviceinstances outputParameters: - type: object mapping: $. - name: juniper-networks-create-service-instance description: Juniper Networks Create service instance hints: readOnly: false destructive: false idempotent: false call: contrail-service-instances.createserviceinstance with: body: tools.body outputParameters: - type: object mapping: $.