Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the URLs used for Apigee Edge connections, formatted with environment types and sequence numbers for ordering. |
| What area does it affect? |
Discovery and Service Mapping |
| What does the default mean? |
No default value is documented in this property record. |
| When should you review it? |
Review this property when setting up or modifying Apigee connections for different environments. |
Out of the box property record
Raw metadata from the property record.
| Property name |
apigee.urls |
| Sys ID |
782659211b29101077b2fc078b4bcb73 |
| Type |
string |
| Application |
Discovery and Service Mapping Patterns |
| Default value |
|
| Description |
Apigee URLs for discovering connections.
Configure URLs of the outgoing Apigee Edge connections in the following syntax:
01#DVL#https://<url1>.com/dashboard/v1/targetServers/dvl### 02#QA#https://<url2>.com/dashboard/v2/targetServers/qa###
Where
'01' is the URL number,
'DVL' is the environment type, like development.
# - is the delimiter between attributes, need to put it exactly like in the example.
### - is delimiter between URLs. |
| Updated |
2020-06-29 12:30:39 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Make sure that the curl command is installed on the Linux server hosting Apigee Edge. Configure system properties • To create top-down outgoing Apigee Edge connections, configure the Apigee URLs (apigee.urls) system property using the following syntax: 01#DVL#https://<url1>.com/dashboard/v1/targetServers/ dvl### 02#QA#https://<url2>.com/dashboard/ v2/targetServers/qa### Where 01 is the URL number. DVL is the environment type, like development. © 2026 ServiceNow, Inc. All rights reserved. ...