{"id":30740,"date":"2025-10-13T09:02:44","date_gmt":"2025-10-13T13:02:44","guid":{"rendered":"https:\/\/www.h2kinfosys.com\/blog\/?p=30740"},"modified":"2025-10-13T09:04:09","modified_gmt":"2025-10-13T13:04:09","slug":"how-to-create-a-dsn-using-odbc-driver-for-sql-server-in-tosca","status":"publish","type":"post","link":"https:\/\/www.h2kinfosys.com\/blog\/how-to-create-a-dsn-using-odbc-driver-for-sql-server-in-tosca\/","title":{"rendered":"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p>TOSCA is widely recognized as one of the most powerful tools for achieving comprehensive end-to-end test automation. One of the crucial aspects of automation testing in TOSCA is database connectivity specifically when working with SQL Server. For TOSCA to communicate effectively with a SQL Server database, it needs a reliable connection mechanism. This is where the concept of Data Source Name (DSN) and ODBC (Open Database Connectivity) comes into play.<\/p>\n\n\n\n<p>In this comprehensive guide, you\u2019ll learn step by step how to Create a DSN Using ODBC Driver for SQL Server and configure it for TOSCA. This tutorial is particularly valuable for learners enrolled in <a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\">TOSCA Training<\/a>, those preparing for TOSCA Certification, or professionals looking to enhance their practical understanding of TOSCA Automation Course content.<\/p>\n\n\n\n<p>By the end of this post, you\u2019ll understand how to establish a stable ODBC connection, validate it through test data source verification, and successfully integrate it with your TOSCA project environment.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is a DSN and Why Is It Important in TOSCA?<\/strong><\/h2>\n\n\n\n<p>Before diving into the technical steps, let\u2019s clarify the purpose and importance of DSN in TOSCA. A Data Source Name (DSN) is a logical name that identifies a database connection configuration. It allows applications, including TOSCA, to connect to a database without hardcoding the connection parameters.<\/p>\n\n\n\n<p>When working with TOSCA modules that perform database verifications or queries, such as TBox DB Expert, it is essential to Create a DSN Using ODBC Driver for SQL Server. This configuration enables TOSCA to communicate with the SQL Server seamlessly.<\/p>\n\n\n\n<p>The ODBC driver serves as a bridge between the application and the SQL Server. It handles all low-level connectivity tasks, ensuring that the test automation scripts can read and validate data from the database without manual intervention.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 1: Access the ODBC Data Source Administrator<\/strong><\/h2>\n\n\n\n<p>The first step to Create a DSN Using ODBC Driver for SQL Server is to open the ODBC Data Source Administrator (64-bit) on your Windows system. This tool helps configure and manage database connections that rely on ODBC drivers.<\/p>\n\n\n\n<p>You can access it by typing \u201cODBC Data Source (64-bit)\u201d into the Windows search bar. Once the window opens, you\u2019ll see multiple tabs like User DSN, System DSN, File DSN, etc.<\/p>\n\n\n\n<p>Navigate to the System DSN tab&nbsp; this is where you\u2019ll configure the connection so it\u2019s available to all users and services, including TOSCA.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img fetchpriority=\"high\" decoding=\"async\" width=\"732\" height=\"521\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-26.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30743\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-26.png 732w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-26-300x214.png 300w\" sizes=\"(max-width: 732px) 100vw, 732px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 2: Add a New ODBC Driver<\/strong><\/h2>\n\n\n\n<p>Once inside the System DSN tab, click on the Add button to create a new DSN. This opens a list of available drivers installed on your machine.<\/p>\n\n\n\n<p>Select ODBC Driver 17 for SQL Server from the list. This driver is one of the most widely used and stable drivers for establishing SQL Server connections.<\/p>\n\n\n\n<p>After selecting it, click Finish to proceed to the configuration stage.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img decoding=\"async\" width=\"577\" height=\"431\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-27.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30744\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-27.png 577w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-27-300x224.png 300w\" sizes=\"(max-width: 577px) 100vw, 577px\" \/><\/a><\/figure>\n\n\n\n<p>This marks another key step in the process to Create a DSN Using ODBC Driver for SQL Server choosing the right driver ensures compatibility and reliability when TOSCA interacts with SQL Server databases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 3: Configure the Data Source<\/strong><\/h2>\n\n\n\n<p>A new window titled \u201cCreate a New Data Source to SQL Server\u201d will appear. This window allows you to define specific properties of your new DSN.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Name:<\/strong> Enter a meaningful name for your DSN, such as SQLServerForTosca.<br><\/li>\n\n\n\n<li><strong>Description:<\/strong> Provide a short description like \u201cTOSCA Database Connection.\u201d<br><\/li>\n\n\n\n<li><strong>Server:<\/strong> Enter the SQL Server name or IP address. You can find this in <a href=\"https:\/\/learn.microsoft.com\/en-us\/ssms\/\" rel=\"nofollow noopener\" target=\"_blank\">SQL Server Management Studio<\/a> (SSMS) by checking your connection properties.<br><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img decoding=\"async\" width=\"702\" height=\"570\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-25.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30742\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-25.png 702w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-25-300x244.png 300w\" sizes=\"(max-width: 702px) 100vw, 702px\" \/><\/a><\/figure>\n\n\n\n<p>This configuration is a critical part of Create a DSN Using ODBC Driver for SQL Server, as it establishes the identity and target location of the database connection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 4: Choose Authentication Method<\/strong><\/h2>\n\n\n\n<p>The next step is to select how the SQL Server should verify the connection. The most common and secure method is Integrated Windows Authentication, which uses your system credentials.<\/p>\n\n\n\n<p>Alternatively, you can use SQL Server Authentication, where you enter a username and password.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img loading=\"lazy\" decoding=\"async\" width=\"702\" height=\"565\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-30.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30747\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-30.png 702w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-30-300x241.png 300w\" sizes=\"(max-width: 702px) 100vw, 702px\" \/><\/a><\/figure>\n\n\n\n<p>Choosing the right authentication ensures that your TOSCA environment connects safely to the SQL Server when you Create a DSN Using ODBC Driver for SQL Server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 5: Configure Advanced Connection Options<\/strong><\/h2>\n\n\n\n<p>In this step, the setup wizard allows you to enable or disable advanced SQL Server options, such as ANSI quoted identifiers, Transparent Network IP Resolution, and Column Encryption. These settings ensure compatibility between your SQL database and TOSCA\u2019s data queries.<\/p>\n\n\n\n<p>Leave the default settings as is unless your organization\u2019s database administrator recommends specific changes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"582\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-28.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30745\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-28.png 700w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-28-300x249.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/a><\/figure>\n\n\n\n<p>Completing this configuration is part of the overall sequence when you Create a DSN Using ODBC Driver for SQL Server, fine-tuning the connection for smooth TOSCA automation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 6: Finish the DSN Setup<\/strong><\/h2>\n\n\n\n<p>Once you\u2019ve verified the settings, click Next, then Finish to finalize the DSN setup.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img loading=\"lazy\" decoding=\"async\" width=\"693\" height=\"561\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-29.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30746\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-29.png 693w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-29-300x243.png 300w\" sizes=\"(max-width: 693px) 100vw, 693px\" \/><\/a><\/figure>\n\n\n\n<p>At this point, the DSN profile&nbsp; such as <strong>SQLServerForTosca<\/strong> is ready for testing. You\u2019re just one step away from confirming the connection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 7: Test the DSN Connection<\/strong><\/h2>\n\n\n\n<p>Before integrating with TOSCA, it\u2019s important to test whether your DSN configuration works correctly. In the setup summary window, click on Test Data Source.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img loading=\"lazy\" decoding=\"async\" width=\"549\" height=\"514\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-31.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30748\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-31.png 549w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-31-300x281.png 300w\" sizes=\"(max-width: 549px) 100vw, 549px\" \/><\/a><\/figure>\n\n\n\n<p>The system will attempt to connect to the SQL Server using the parameters you entered. If everything is configured properly, you\u2019ll see a message indicating that the test was successful.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img loading=\"lazy\" decoding=\"async\" width=\"438\" height=\"486\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-24.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30741\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-24.png 438w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-24-270x300.png 270w\" sizes=\"(max-width: 438px) 100vw, 438px\" \/><\/a><\/figure>\n\n\n\n<p>This confirmation ensures that you have successfully completed the process to Create a DSN Using ODBC Driver for SQL Server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 8: Verify the DSN in the ODBC Administrator<\/strong><\/h2>\n\n\n\n<p>After completing the setup, go back to the System DSN tab in the ODBC Data Source Administrator. You should now see your new DSN listed there, for example, SQLServerForTosca.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\"><img loading=\"lazy\" decoding=\"async\" width=\"761\" height=\"531\" src=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-32.png\" alt=\"How to Create a DSN Using ODBC Driver for SQL Server in TOSCA\" class=\"wp-image-30749\" title=\"\" srcset=\"https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-32.png 761w, https:\/\/www.h2kinfosys.com\/blog\/wp-content\/uploads\/2025\/10\/image-32-300x209.png 300w\" sizes=\"(max-width: 761px) 100vw, 761px\" \/><\/a><\/figure>\n\n\n\n<p>This verification step confirms that you have successfully executed all the configurations needed to Create a DSN Using ODBC Driver for SQL Server and that it\u2019s now available for use within your TOSCA environment.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Connecting TOSCA to SQL Server Using the DSN<\/strong><\/h2>\n\n\n\n<p>Now that you\u2019ve managed to Create a DSN Using ODBC Driver for SQL Server, you can connect it to TOSCA. Here\u2019s how:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open TOSCA Commander.<br><\/li>\n\n\n\n<li>Go to Project \u2192 Settings \u2192 Database.<br><\/li>\n\n\n\n<li>Select ODBC as the database type.<br><\/li>\n\n\n\n<li>Choose the DSN name you just created (e.g., SQLServerForTosca).<br><\/li>\n\n\n\n<li>Test the connection from within TOSCA to ensure successful linkage.<br><\/li>\n<\/ol>\n\n\n\n<p>If the connection test succeeds, your TOSCA environment is now fully integrated with SQL Server. This allows test cases to access, validate, and manipulate database records during automation execution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Issues and Troubleshooting Tips<\/strong><\/h2>\n\n\n\n<p>When you Create a DSN Using ODBC Driver for SQL Server, you might encounter a few common errors. Here\u2019s how to fix them:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. \u201cData Source Name Not Found\u201d Error<\/strong><\/h3>\n\n\n\n<p>This often occurs when you\u2019ve created a 32-bit DSN but TOSCA is running in 64-bit mode. Always ensure you use ODBC Data Source (64-bit).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. SQL Server Not Reachable<\/strong><\/h3>\n\n\n\n<p>Check the Server Name in your DSN configuration. It should match the name visible in SQL Server Management Studio.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Authentication Failed<\/strong><\/h3>\n\n\n\n<p>If using SQL authentication, verify that your username and password are correct. Also ensure the SQL Server instance allows mixed-mode authentication.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Driver Version Conflicts<\/strong><\/h3>\n\n\n\n<p>Ensure you\u2019re using ODBC Driver 17 for SQL Server or later for maximum compatibility with TOSCA.<\/p>\n\n\n\n<p>Troubleshooting these issues ensures your setup remains robust after you Create a DSN Using ODBC Driver for SQL Server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Practical Application in TOSCA Projects<\/strong><\/h2>\n\n\n\n<p>In real-world automation scenarios, TOSCA testers often need to validate data in SQL Server databases. For example, after executing an automated test that enters data into a web form, you can use the TBox DB Expert module to verify that the correct records were created in the database.<\/p>\n\n\n\n<p>The ability to Create a DSN Using ODBC Driver for SQL Server gives testers a standardized, reusable connection point. Instead of reconfiguring database connections for each test case, the same DSN can be used across multiple automation projects, ensuring consistency and efficiency.<\/p>\n\n\n\n<p>This approach also aligns with TOSCA Training objectives understanding how TOSCA connects to external databases helps testers build more dynamic and data-driven automation frameworks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why ODBC Driver 17 Is Recommended<\/strong><\/h2>\n\n\n\n<p>ODBC Driver 17 for SQL Server provides enhanced performance, security, and cross-platform compatibility. It supports both TLS encryption and Windows Authentication, which makes it an ideal choice for enterprise-level automation projects.<\/p>\n\n\n\n<p>When you Create a DSN Using ODBC Driver for SQL Server with this driver, you benefit from reliable data handling, minimal latency, and broader support for modern SQL Server features like Always Encrypted and Transparent Network IP Resolution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Advanced Configuration Tips<\/strong><\/h2>\n\n\n\n<p>If you want to take your setup further, consider these advanced options when you Create a DSN Using ODBC Driver for SQL Server:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Enable Logging:<\/strong> Activate ODBC tracing to troubleshoot connection issues.<br><\/li>\n\n\n\n<li><strong>Set Default Database:<\/strong> Specify the default schema to streamline TOSCA query execution.<br><\/li>\n\n\n\n<li><strong>Fine-tune Timeouts:<\/strong> Adjust connection retry count and timeout intervals for better performance.<br><\/li>\n<\/ul>\n\n\n\n<p>These configurations are not mandatory but help improve stability and traceability in complex test environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best Practices for Maintaining DSN Connections<\/strong><\/h2>\n\n\n\n<p>After you Create a DSN Using ODBC Driver for SQL Server, keep these best practices in mind:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Document Connection Settings:<\/strong> Maintain a configuration record for easy replication across test environments.<br><\/li>\n\n\n\n<li><strong>Regularly Test Connections:<\/strong> Periodically use the Test Data Source button to confirm that your DSN remains valid.<br><\/li>\n\n\n\n<li><strong>Version Control:<\/strong> Align the ODBC driver version with your SQL Server version for compatibility.<br><\/li>\n\n\n\n<li><strong>Access Management:<\/strong> Restrict DSN creation rights to authorized users for security reasons.<br><\/li>\n<\/ol>\n\n\n\n<p>These measures ensure that your <a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\">TOSCA Automation Course<\/a> and real-world projects maintain a consistent and reliable connection to SQL databases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You must Create a DSN Using ODBC Driver for SQL Server to enable TOSCA to connect with SQL Server databases.<br><\/li>\n\n\n\n<li>Always use the 64-bit ODBC Administrator for compatibility with TOSCA.<br><\/li>\n\n\n\n<li>Verify connection settings with Test Data Source before finalizing.<br><\/li>\n\n\n\n<li>The ODBC Driver 17 for SQL Server ensures stable, secure connections.<br><\/li>\n\n\n\n<li>Once created, the DSN can be used across multiple TOSCA projects to streamline database automation.<br><\/li>\n<\/ul>\n\n\n\n<p>By mastering this setup, you\u2019re not just learning a technical process, you&#8217;re building a foundational skill required for <a href=\"https:\/\/www.h2kinfosys.com\/courses\/tosca-automation-tool-training-and-certification-program\/\">TOSCA Certification<\/a> and enhancing your ability to execute advanced test automation scenarios.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Establishing a reliable database connection is a fundamental requirement in test automation. Through this step-by-step guide, you\u2019ve learned how to Create a DSN Using ODBC Driver for SQL Server and integrate it seamlessly into your TOSCA environment.<\/p>\n\n\n\n<p>From configuring drivers and authentication methods to verifying the connection through testing, every stage contributes to building a stable bridge between TOSCA and SQL Server.<\/p>\n\n\n\n<p>Now it\u2019s your turn: open your ODBC Data Source Administrator and practice these steps today to reinforce your learning from your TOSCA Training journey.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction TOSCA is widely recognized as one of the most powerful tools for achieving comprehensive end-to-end test automation. One of the crucial aspects of automation testing in TOSCA is database connectivity specifically when working with SQL Server. For TOSCA to communicate effectively with a SQL Server database, it needs a reliable connection mechanism. This is [&hellip;]<\/p>\n","protected":false},"author":18,"featured_media":30751,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1994],"tags":[2235,2234,2023,2003,2233,2004],"class_list":["post-30740","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tosca-automation","tag-database-automation-integration","tag-sql-server-connection","tag-tosca-automation-course","tag-tosca-certification","tag-tosca-odbc-setup","tag-tosca-training"],"_links":{"self":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/30740","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/comments?post=30740"}],"version-history":[{"count":2,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/30740\/revisions"}],"predecessor-version":[{"id":30754,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/30740\/revisions\/30754"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/media\/30751"}],"wp:attachment":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/media?parent=30740"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/categories?post=30740"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/tags?post=30740"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}