Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • Courses
    • Tutorials
    • Certification
      • DataMiner Operator
      • DataMiner Administrator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
    • Video Library
    • Books We Like
    • Third-party Courses
    • DevOps Enablement Services
    • Quizzes
  • RESOURCES
  • Agile
    • Agile Webspace
    • Everything Agile
      • The Agile Manifesto
      • Best Practices
      • Retro Recipes
    • Methodologies
      • The Scrum Framework
      • Kanban
      • Extreme Programming
    • Roles
      • The Product Owner
      • The Agile Coach
      • The Quality & UX Coach (QX)
  • Expert Hubs
    • DataMiner DevOps Professional Program
    • DataMiner
      • DataMiner Releases & Updates
      • System Architecture
      • Integration Studio
      • Visual Overview
      • Security
    • Technologies
      • Converged Interconnect Networks
      • DOCSIS 3.1 / DAA
      • Kubernetes
      • Telemetry / Flow Monitoring
      • PTP
      • SDN / ST2110 / NMOS
    • Business
      • Software Business models
      • Perpetual Use or Usage-based Services
      • Storage as a Service (STaaS)
  • Discover
    • Markets
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Solutions
    • Use Case Library
    • DataMiner Dashboards
    • DataMiner Downloads
    • DataMiner Modules
      • Core features
      • SRM features
    • DataMiner Apps
    • Professional Services
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • Pricing
  • More
    • Feature Suggestions
    • Online DataMiner Systems
    • Leaderboard
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
    • Verify a certificate
  • >> Go to dataminer.services

How to save profile parameter values for interfaces on a reservation (without profile instance) ?

Solved533 views19th October 2023
3
Victor Scherpereel [SLC] [DevOps Advocate]51 19th October 2023 0 Comments

When I call BookingManager.CreateNewBooking, how do I configure the Function objects (part of the 3rd argument of this call) to save profile parameter values for the interfaces on the booking?

Note that I would like to implement this without the need for Profile Instances.

Victor Scherpereel [SLC] [DevOps Advocate] Selected answer as best 19th October 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Jorge Dias [SLC] [DevOps Enabler]2.96K Posted 19th October 2023 0 Comments

Hi Victor,

In the interfaces lists (either InputInterfaces or OutputInterfaces) you need to add an Interface object specifying the correct ID (you can fetch that from your Function Definition) and fill the list of Parameter the same way that you fill for the Function itself.

E.g. of demodulator function where we configure the output ASI with a list of parameters:

new Function
{
// Demodulator
Id = 3,
SelectedResource = demodulatorId.ToString(),
ByReference = false,
ShouldAutoSelectResource = false,
ProfileInstance = TestSystemIds.ProfileInstances.EUTELSAT_07A_A03_NS3.ToString(),
InputInterfaces = new List<Interface>
{
new Interface
{
Id = 1,
ProfileInstance = TestSystemIds.ProfileInstances.L_Band.ToString()
}
},
OutputInterfaces = new List<Interface>
{
new Interface
{

// ASI Output
Id = 11,
Parameters = new List<Parameter>
{
new Parameter
{
Id = TestSystemIds.ProfileParameters.Active_ASI_Interface,
Value = Constants.ActiveAsiInterfaceValue
},
new Parameter
{
Id = TestSystemIds.ProfileParameters.Active_ASI_Interface_Port,
Value = Constants.ActiveAsiInterfacePortValue
},
new Parameter
{
Id = TestSystemIds.ProfileParameters.Bitrate,
Value = Constants.BitrateValue
}
}
}
}
}

Victor Scherpereel [SLC] [DevOps Advocate] Selected answer as best 19th October 2023
Please login to be able to comment or post an answer.

My Dojo Points

0 Credits
0 Reputation

Question Tag Cloud

adl2099 (58) Alarm Console (55) alarms (72) alarm template (62) Automation (150) automation scipt (74) Automation script (103) backup (55) C++ (37) Cassandra (149) cloud (38) Connector (48) Correlation (42) Cube (120) Dashboard (142) Dashboards (142) database (67) DataMiner Cube (42) DIS (57) DMS (48) DOM (81) driver (52) DVE (45) Elastic (76) Elasticsearch (100) elements (53) Failover (91) GQI (64) HTTP (50) IDP (59) low code app (81) low code apps (50) lowcodeapps (39) MySQL (52) protocol (153) QAction (61) resources (36) security (74) SNMP (61) SRM (286) SRM resources (39) trending (69) upgrade (47) Visio (392) Visual Overview (301)
Privacy Policy • Terms & Conditions • Contact

© 2023 Skyline Communications. All rights reserved.

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin