Table of Contents

Assigning capabilities to resources

In this tutorial, you will learn how to model real devices in the Resource Studio app, making use of capabilities and capacities. The tutorial will use the example of a converter device that is capable of doing a conversion between SDI and IP. The conversion types will be modeled with a resource capability that has the two types as its discrete values.

Expected duration: 15 minutes

Note

The content and screenshots for this tutorial have been created using DataMiner version 10.5.5 and MediaOps version 1.3.1.

Prerequisites

Overview

Step 1: Create a new resource pool

  1. Open the Resource Studio app.

  2. On the Resource Pools page, click the + New button in the upper left corner.

    This will open the Add New Resource Pool panel.

  3. Specify the name Converter and click Save as Completed to save your new resource pool.

    New Converter resource pool

Step 2: Create a new capability

  1. Navigate to the Capability Management page.

  2. Click + New Capability in the upper left corner to open the New Capability panel.

    Capability Management

  3. Specify the name Conversion Type.

  4. Select the Is Mandatory checkbox.

  5. Next to Options, specify IP to SDI.

  6. Click Add Discrete, and specify SDI to IP in the additional options box.

  7. Click Add to add the new capability.

    New capability

Step 3: Assign the capability to resources

  1. Navigate to the Resources page.

  2. Select the Video Solution 001 resource.

  3. In the Capabilities section on the right, click the Edit button.

  4. In the newly opened Manage Capabilities window, click the + button to add a capability.

    Manage Capabilities

  5. In the dropdown box, select Conversion Type.

  6. Click the Values button.

  7. In the DISCRETES section, click the + button.

  8. In the dropdown, select the SDI to IP option.

    Manage Capabilities - Discretes

  9. Click Back, and then Apply.

  10. Select the NewTek 001 resource.

  11. Repeat the steps from the Video Solution 001 resource to add both the SDI to IP and IP to SDI capability discretes to the NewTek 001 resource.

Step 4: Assign resources to the pool

  1. Navigate to the Resource Pools page.

  2. Next to the Converter resource pool that you created earlier, click ... to open up the context menu, and select Assign Resources.

  3. Select the Video Solution 001 and NewTek 001 resources and click the +Add button at the top.

Step 5: Define a parameter on the resource pool

In this step, you will define a parameter on a resource pool, which can come in handy when a job is scheduled and you need to select resources for it.

  1. On the Resource Pools page, click ... next to the Converter resource pool, and select the Edit Parameters option.

    Edit Resource Pool Parameters

  2. Click the + button and select the Conversion Type option from the dropdown.

  3. Click Update.

    Edit Resource Pool Parameters Popup

Up next

When you have finished this tutorial, follow the tutorial Scheduling a job using a resource pool with specific capabilities to learn how you can use schedule a job using the resource pool you have configured in this tutorial.