Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit 15dfe2c

Browse files
authored
Merge pull request #70 from CiscoDevNet/url-changes
Change from learning.cisco.com to developer.cisco.com/learning
2 parents 5d9a0e8 + 48a25a2 commit 15dfe2c

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These self-paced interactive tutorials provide instructions to visualize threat data provided by the Firepower Management Center (FMC).
44

5-
Labs are written to be displayed within the [Cisco DevNet Learning Labs system](https://learninglabs.cisco.com).
5+
Labs are written to be displayed within the [Cisco DevNet Learning Labs system](https://developer.cisco.com/learning).
66

77
Contributions are welcome, and we are glad to review changes through pull requests. See [contributing.md](contributing.md) for details.
88

labs/firepower-restapi-101/0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you have completed this lab, you will be able to:
1313

1414
## Prerequisites
1515

16-
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://learninglabs.cisco.com/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/step/1).
16+
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://developer.cisco.com/learning/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/step/1).
1717
* Basic understanding of firewalls. Review the content at [What is a Firewall?](https://www.cisco.com/c/en/us/products/security/firewalls/what-is-a-firewall.html)
1818

1919
**Next**: What is Firepower Management Center?

labs/firepower-restapi-101/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you do not have an FMC instance, reserve a resource on the [FMC REST API Sand
1212

1313
## Authentication to the API Explorer
1414

15-
FMC REST API uses token-based authentication. You need a valid access token to invoke a REST call, and every REST call must include a header in which `key` is set to `X-auth-access-token` and the `value` contains the access token. You can learn more in [FMC REST API Authentication](https://learninglabs.cisco.com/lab/firepower-restapi-102/step/1).
15+
FMC REST API uses token-based authentication. You need a valid access token to invoke a REST call, and every REST call must include a header in which `key` is set to `X-auth-access-token` and the `value` contains the access token. You can learn more in [FMC REST API Authentication](https://developer.cisco.com/learning/lab/firepower-restapi-102/step/1).
1616

1717
The API Explorer automates the access token process, and you can log into the API Explorer using any FMC account, but you will only be able to perform the functions for which the account has permissions. For more information on setting permissions for user roles, see the [Firepower Management Center Configuration Guide](http://www.cisco.com/c/en/us/td/docs/security/firepower/610/configuration/guide/fpmc-config-guide-v61/logging_into_firepower_system.html).
1818

labs/firepower-restapi-102/0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ When you have completed this lab, you will be able to:
1616
To complete this lab you need:
1717

1818
* A development environment with typical tools and applications, as well as [Postman](https://www.getpostman.com/).
19-
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://learninglabs.cisco.com/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/step/1)
19+
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://developer.cisco.com/learning/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/step/1)
2020
* Basic understanding of HTTP authentication.
21-
* Basic understanding of FCM REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://learninglabs.cisco.com/modules/Firepower/firepower-restapi-101/step/1).
21+
* Basic understanding of FCM REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://developer.cisco.com/learning/modules/Firepower/firepower-restapi-101/step/1).
2222

2323
**Note**: The first time you connect to the FMC REST API you may receive an error that the connection is not secure due to an invalid certificate. Add an exception in your browser to use the certificate and accept the connection.
2424

labs/firepower-restapi-102/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requesting a FMC REST API authentication token with Postman
22

3-
Before you begin, ensure that REST API is enabled in your FMC. This procedure is documented in [Firepower Management Center (FMC) REST APIs](https://learninglabs.cisco.com/modules/Firepower/firepower-restapi-101/).
3+
Before you begin, ensure that REST API is enabled in your FMC. This procedure is documented in [Firepower Management Center (FMC) REST APIs](https://developer.cisco.com/learning/modules/Firepower/firepower-restapi-101/).
44

55
1. Open your POSTMAN REST API Client.
66
2. Click **New**.

labs/firepower-restapi-103/0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you have completed this lab, you will be able to:
1313
## Prerequisites
1414

1515
* A development environment with typical tools and applications, as well as [Postman](https://www.getpostman.com/).
16-
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://learninglabs.cisco.com/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/step/1)
17-
* Basic understanding of FCM REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://learninglabs.cisco.com/modules/Firepower/firepower-restapi-101/step/1).
16+
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://developer.cisco.com/learning/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/step/1)
17+
* Basic understanding of FCM REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://developer.cisco.com/learning/modules/Firepower/firepower-restapi-101/step/1).
1818

1919
**Next**: Overview of adding NGIPS or NGFW sensors or devices to FMC

labs/firepower-restapi-105/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Make sure the URL in the request has the right **domain** in which the *user* is
1111

1212

1313
## Problem: A REST operation fails with http 401
14-
Most likely the authentication token you are using for the API has expired. You have to refresh the token. Please read more about refreshing tokens in the [Learning Lab FMC REST API 102](https://learninglabs.cisco.com/lab/firepower-restapi-102/step/1).
14+
Most likely the authentication token you are using for the API has expired. You have to refresh the token. Please read more about refreshing tokens in the [Learning Lab FMC REST API 102](https://developer.cisco.com/learning/lab/firepower-restapi-102/step/1).
1515

1616

1717
## Problem: While deploying the policy changes to a device, the deployment fails with an exception

labs/firepower-restapi-106/0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you have completed this lab, you will be able to:
1313
## Prerequisites
1414

1515
* A development environment with typical tools and applications, as well as [Postman](https://www.getpostman.com/).
16-
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://learninglabs.cisco.com/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/step/1).
17-
* Basic understanding of FCM REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://learninglabs.cisco.com/modules/Firepower/firepower-restapi-101/step/1).
16+
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://developer.cisco.com/learning/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/step/1).
17+
* Basic understanding of FCM REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://developer.cisco.com/learning/modules/Firepower/firepower-restapi-101/step/1).
1818

1919
**Next**: Firepower Management Center (FMC) objects

labs/firepower-restapi-107/0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ When you have completed this lab, you will be able to:
1111
## Prerequisites
1212

1313
* A development environment with typical tools and applications, as well as [Postman](https://www.getpostman.com/).
14-
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://learninglabs.cisco.com/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/).
15-
* Basic understanding of FCM REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://learninglabs.cisco.com/modules/Firepower/firepower-restapi-101/).
14+
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://developer.cisco.com/learning/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/).
15+
* Basic understanding of FCM REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://developer.cisco.com/learning/modules/Firepower/firepower-restapi-101/).

labs/firepower-restapi-109/0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ When you have completed this lab, you will be able to:
1111

1212
## Prerequisites
1313
* A development environment with typical tools and applications, as well as [Postman](https://www.getpostman.com/).
14-
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://learninglabs.cisco.com/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/).
15-
* Basic understanding of FMC REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://learninglabs.cisco.com/modules/Firepower/firepower-restapi-101/).
16-
* Basic understanding of access control policys. Complete [Firewall Management Center (FMC) access control policies](https://learninglabs.cisco.com/modules/Firepower/firepower-restapi-107/).
14+
* Basic understanding of REST principles. Complete the [REST API Fundamentals Learning Lab](https://developer.cisco.com/learning/tracks/devnet-beginner/rest-api-fundamentals/what-are-rest-apis/).
15+
* Basic understanding of FMC REST APIs and the FMC REST API Explorer. Complete [Exploring Firepower Management Center (FMC) REST APIs](https://developer.cisco.com/learning/modules/Firepower/firepower-restapi-101/).
16+
* Basic understanding of access control policys. Complete [Firewall Management Center (FMC) access control policies](https://developer.cisco.com/learning/modules/Firepower/firepower-restapi-107/).
1717

1818
**Next**: Creating a threat-centric AC policy using the FMC API Explorer

0 commit comments

Comments
 (0)