TMF640 Microservice Operations

The TMF640 microservice supports the activation and configuration operations listed in TMF640 Microservice Supported Operations.

Table 1. TMF640 Microservice Supported Operations
Operation Description
MtxOpSubscriptionGet Request to retrieve information about the subscription specified in the request body.
MtxOpSubscriptionCreate Request to create a new subscription in the subscriber database, initialized with the information provided.
MtxOpSubscriptionCreateOfferPurchase Request to create a new subscription and to purchase one or more catalog items for the subscription.
MtxOpSubscriptionCreateDeviceAssociate Request to create a new subscription and add a device.
MtxOpSubscriptionCreateDeviceAssociateOfferPurchase Request to create a new subscription, add a device, and purchase one or more catalog items for the subscription.
MtxOpSubscriptionCreateUserAssociate Request to create a new subscription and associate it with a user.
MtxOpSubscriptionCreateUserAssociateOfferPurchase Request to create a new subscription, associate the subscription with a user, and purchase one or more catalog items for the subscription.
MtxOpSubscriptionCreateGroupAssociate Request to create a new subscription and add to a group.
MtxOpSubscriptionCreateGroupAssociateOfferPurchase Request to create a new subscription, add to a group, and purchase one or more catalog items for the subscription.
MtxOpSubscriptionCreateGroupDeviceAssociateOfferPurchase Request to create a new subscription, add to a group, add a device, and purchase one or more catalog items for the subscription.
MtxOpSubscriptionModify Request to modify the information held on an existing subscription.
MtxOpSubscriptionModifyDeviceAssociate Request to modify an existing subscription and add a device to the subscription.
MtxOpSubscriptionModifyDeviceRemove Request to modify an existing subscription and remove the specified device from the subscription.
MtxOpSubscriptionModifyOfferPurchase Request to modify an existing subscription and purchase one or more catalog items for the subscription.
MtxOpSubscriptionModifyOfferModify Request to modify an existing subscription and update the information held on an existing purchased catalog item.
MtxOpSubscriptionModifyOfferCancel Request to modify an existing subscription and cancel an existing catalog item owned by the subscription.
MtxOpSubscriptionModifyUserAssociate Request to modify an existing subscription and to associate the subscription with a user.
MtxOpSubscriptionModifyUserRemove Request to remove the subscription from the user specified in the request body.
MtxOpSubscriptionModifyGroupAssociate Request to modify an existing subscription and add a new member to the group specified in the request body.
MtxOpSubscriptionModifyGroupRemove Request to modify an existing subscription and remove an existing member from a group.
MtxOpSubscriptionDelete Request to delete the subscription specified in the request body. The subscription must be in a state that allows deletion.