naftiko: 1.0.0-alpha2 info: label: 'Akamai: Property Manager API — Hostname buckets' description: 'Akamai: Property Manager API — Hostname buckets. 4 operations. Lead operation: Akamai List Property Hostname Activations. Self-contained Naftiko capability covering one Akamai business surface.' tags: - Akamai - Hostname buckets created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AKAMAI_API_KEY: AKAMAI_API_KEY capability: consumes: - type: http namespace: papi-hostname-buckets baseUri: https://{hostname}/papi/v1 description: 'Akamai: Property Manager API — Hostname buckets business capability. Self-contained, no shared references.' resources: - name: properties-propertyId-hostname-activations path: /properties/{propertyId}/hostname-activations operations: - name: getpropertyhostnameactivations method: GET description: Akamai List Property Hostname Activations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: PAPI-Use-Prefixes in: header type: string description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) in response data. Set to `false` when exchangin required: true - name: offset in: query type: integer description: For paginated responses, specifies the page of results you want to navigate to, starting from `0`. - name: limit in: query type: integer description: For paginated responses, specifies the number of `hostnames` objects to include on each page. - name: contractId in: query type: string description: Unique identifier for the contract. The parameter is optional if a property belongs to only one contract. Otherwise you need to specify it along with the `group - name: groupId in: query type: string description: Unique identifier for the group. The parameter is optional if a property belongs to only one group. Otherwise you need to specify it along with the `contractId` - name: accountSwitchKey in: query type: string description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w - name: properties-propertyId-hostname-activations-hostnameActivationId path: /properties/{propertyId}/hostname-activations/{hostnameActivationId} operations: - name: getpropertyhostnameactivation method: GET description: Akamai Get a Property Hostname Activation outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: PAPI-Use-Prefixes in: header type: string description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) in response data. Set to `false` when exchangin required: true - name: includeHostnames in: query type: boolean description: Whether the response should include the property hostnames associated with an activation and the related certificate status on staging and production networks. - name: contractId in: query type: string description: Unique identifier for the contract. See [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) for details on omitting the value's `ctr_` required: true - name: groupId in: query type: string description: Unique identifier for the group. See [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) for details on omitting the value's `grp_` pr required: true - name: accountSwitchKey in: query type: string description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w - name: deletepropertyhostnameactivations method: DELETE description: Akamai Cancel a Pending Property Hostname Activation outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: PAPI-Use-Prefixes in: header type: string description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) in response data. Set to `false` when exchangin required: true - name: contractId in: query type: string description: Unique identifier for the contract. See [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) for details on omitting the value's `ctr_` required: true - name: groupId in: query type: string description: Unique identifier for the group. See [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) for details on omitting the value's `grp_` pr required: true - name: accountSwitchKey in: query type: string description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w - name: properties-propertyId-hostnames path: /properties/{propertyId}/hostnames operations: - name: patchpropertyhostnames method: PATCH description: Akamai Add or Remove Hostnames for a Property's Hostname Bucket outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: PAPI-Use-Prefixes in: header type: string description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes) in response data. Set to `false` when exchangin required: true - name: contractId in: query type: string description: Unique identifier for the contract. The parameter is optional if a property belongs to only one contract. Otherwise you need to specify it along with the `group - name: groupId in: query type: string description: Unique identifier for the group. The parameter is optional if a property belongs to only one group. Otherwise you need to specify it along with the `contractId` - name: accountSwitchKey in: query type: string description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w - name: body in: body type: object description: Request body (JSON). required: true exposes: - type: rest namespace: papi-hostname-buckets-rest port: 8080 description: 'REST adapter for Akamai: Property Manager API — Hostname buckets. One Spectral-compliant resource per consumed operation, prefixed with /v1.' resources: - path: /v1/properties/{propertyid}/hostname-activations name: properties-propertyid-hostname-activations description: REST surface for properties-propertyId-hostname-activations. operations: - method: GET name: getpropertyhostnameactivations description: Akamai List Property Hostname Activations call: papi-hostname-buckets.getpropertyhostnameactivations with: PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes offset: rest.offset limit: rest.limit contractId: rest.contractId groupId: rest.groupId accountSwitchKey: rest.accountSwitchKey outputParameters: - type: object mapping: $. - path: /v1/properties/{propertyid}/hostname-activations/{hostnameactivationid} name: properties-propertyid-hostname-activations-hostnameactivationid description: REST surface for properties-propertyId-hostname-activations-hostnameActivationId. operations: - method: GET name: getpropertyhostnameactivation description: Akamai Get a Property Hostname Activation call: papi-hostname-buckets.getpropertyhostnameactivation with: PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes includeHostnames: rest.includeHostnames contractId: rest.contractId groupId: rest.groupId accountSwitchKey: rest.accountSwitchKey outputParameters: - type: object mapping: $. - method: DELETE name: deletepropertyhostnameactivations description: Akamai Cancel a Pending Property Hostname Activation call: papi-hostname-buckets.deletepropertyhostnameactivations with: PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes contractId: rest.contractId groupId: rest.groupId accountSwitchKey: rest.accountSwitchKey outputParameters: - type: object mapping: $. - path: /v1/properties/{propertyid}/hostnames name: properties-propertyid-hostnames description: REST surface for properties-propertyId-hostnames. operations: - method: PATCH name: patchpropertyhostnames description: Akamai Add or Remove Hostnames for a Property's Hostname Bucket call: papi-hostname-buckets.patchpropertyhostnames with: PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes contractId: rest.contractId groupId: rest.groupId accountSwitchKey: rest.accountSwitchKey body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: papi-hostname-buckets-mcp port: 9090 transport: http description: 'MCP adapter for Akamai: Property Manager API — Hostname buckets. One tool per consumed operation, routed inline through this capability''s consumes block.' tools: - name: akamai-list-property-hostname-activations description: Akamai List Property Hostname Activations hints: readOnly: true destructive: false idempotent: true call: papi-hostname-buckets.getpropertyhostnameactivations with: PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes offset: tools.offset limit: tools.limit contractId: tools.contractId groupId: tools.groupId accountSwitchKey: tools.accountSwitchKey outputParameters: - type: object mapping: $. - name: akamai-get-property-hostname-activation description: Akamai Get a Property Hostname Activation hints: readOnly: true destructive: false idempotent: true call: papi-hostname-buckets.getpropertyhostnameactivation with: PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes includeHostnames: tools.includeHostnames contractId: tools.contractId groupId: tools.groupId accountSwitchKey: tools.accountSwitchKey outputParameters: - type: object mapping: $. - name: akamai-cancel-pending-property-hostname description: Akamai Cancel a Pending Property Hostname Activation hints: readOnly: false destructive: true idempotent: true call: papi-hostname-buckets.deletepropertyhostnameactivations with: PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes contractId: tools.contractId groupId: tools.groupId accountSwitchKey: tools.accountSwitchKey outputParameters: - type: object mapping: $. - name: akamai-add-remove-hostnames-property-s description: Akamai Add or Remove Hostnames for a Property's Hostname Bucket hints: readOnly: false destructive: false idempotent: true call: papi-hostname-buckets.patchpropertyhostnames with: PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes contractId: tools.contractId groupId: tools.groupId accountSwitchKey: tools.accountSwitchKey body: tools.body outputParameters: - type: object mapping: $.