You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.apis.deployments.html
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -121,22 +121,22 @@ <h3>Method Details</h3>
121
121
{ # The status of a deployment as reported by a single instance.
122
122
"deployedRevisions": [ # Revisions currently deployed in MPs.
123
123
{ # Revisions deployed in the MPs.
124
-
"percentage": 42, # The percentage of MP replicas reporting this revision
125
-
"revision": "A String", # The proxy revision reported as deployed.
124
+
"percentage": 42, # Percentage of MP replicas reporting this revision.
125
+
"revision": "A String", # API proxy revision reported as deployed.
126
126
},
127
127
],
128
-
"deployedRoutes": [ # The current routes deployed in the ingress routing table. A route which is missing will appear in missing_routes.
129
-
{ # A route deployed in the ingress routing table.
130
-
"basepath": "A String", # The basepath in the routing table.
131
-
"envgroup": "A String", # The envgroup where this route is installed.
132
-
"environment": "A String", # The destination environment. This will be empty if the route is not yet reported.
133
-
"percentage": 42, # The percentage of ingress replicas reporting this route.
128
+
"deployedRoutes": [ # Current routes deployed in the ingress routing table. A route which is missing will appear in `missing_routes`.
129
+
{ # Route deployed in the ingress routing table.
130
+
"basepath": "A String", # Base path in the routing table.
131
+
"envgroup": "A String", # Environment group where this route is installed.
132
+
"environment": "A String", # Destination environment. This will be empty if the route is not yet reported.
133
+
"percentage": 42, # Percentage of ingress replicas reporting this route.
134
134
},
135
135
],
136
136
"instance": "A String", # ID of the instance reporting the status.
137
137
},
138
138
],
139
-
"pods": [ # Status reported by runtime pods. This field is not populated for List APIs.
139
+
"pods": [ # Status reported by runtime pods. This field is not populated for List APIs. **Note**: **This field is deprecated**. Runtime versions 1.3 and above report instance level status rather than pod status.
140
140
{
141
141
"appVersion": "A String", # Version of the application running in the pod.
142
142
"deploymentStatus": "A String", # Status of the deployment. Valid values include: - `deployed`: Successful. - `error` : Failed. - `pending` : Pod has not yet reported on the deployment.
@@ -150,16 +150,16 @@ <h3>Method Details</h3>
150
150
},
151
151
],
152
152
"revision": "A String", # API proxy revision.
153
-
"routeConflicts": [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be ERROR, but it will mean that some of the deployments basepaths are not routed to its environment. If the conflicts change, the state will transition to PROGRESSING until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
154
-
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some basepath.
155
-
"conflictingDeployment": { # A tuple representing a basepath and the deployment containing it. # The existing basepath/deployment causing the conflict.
156
-
"apiProxy": "A String", # The name of the deployed proxy revision containing the basepath.
157
-
"basepath": "A String", # The basepath receiving traffic.
158
-
"environment": "A String", # The name of the environment in which the proxy is deployed.
159
-
"revision": "A String", # The name of the deployed proxy revision containing the basepath.
153
+
"routeConflicts": [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be `ERROR`, but it will mean that some of the deployment's base paths are not routed to its environment. If the conflicts change, the state will transition to `PROGRESSING` until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
154
+
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some base path.
155
+
"conflictingDeployment": { # Tuple representing a base path and the deployment containing it. # Existing base path/deployment causing the conflict.
156
+
"apiProxy": "A String", # Name of the deployed API proxy revision containing the base path.
157
+
"basepath": "A String", # Base path receiving traffic.
158
+
"environment": "A String", # Name of the environment in which the proxy is deployed.
159
+
"revision": "A String", # Name of the deployed API proxy revision containing the base path.
160
160
},
161
-
"description": "A String", # A human-readable description of this conflict.
162
-
"environmentGroup": "A String", # The name of the environment group in which this conflict exists.
161
+
"description": "A String", # Human-readable description of this conflict.
162
+
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
163
163
},
164
164
],
165
165
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.apis.revisions.deployments.html
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -121,22 +121,22 @@ <h3>Method Details</h3>
121
121
{ # The status of a deployment as reported by a single instance.
122
122
"deployedRevisions": [ # Revisions currently deployed in MPs.
123
123
{ # Revisions deployed in the MPs.
124
-
"percentage": 42, # The percentage of MP replicas reporting this revision
125
-
"revision": "A String", # The proxy revision reported as deployed.
124
+
"percentage": 42, # Percentage of MP replicas reporting this revision.
125
+
"revision": "A String", # API proxy revision reported as deployed.
126
126
},
127
127
],
128
-
"deployedRoutes": [ # The current routes deployed in the ingress routing table. A route which is missing will appear in missing_routes.
129
-
{ # A route deployed in the ingress routing table.
130
-
"basepath": "A String", # The basepath in the routing table.
131
-
"envgroup": "A String", # The envgroup where this route is installed.
132
-
"environment": "A String", # The destination environment. This will be empty if the route is not yet reported.
133
-
"percentage": 42, # The percentage of ingress replicas reporting this route.
128
+
"deployedRoutes": [ # Current routes deployed in the ingress routing table. A route which is missing will appear in `missing_routes`.
129
+
{ # Route deployed in the ingress routing table.
130
+
"basepath": "A String", # Base path in the routing table.
131
+
"envgroup": "A String", # Environment group where this route is installed.
132
+
"environment": "A String", # Destination environment. This will be empty if the route is not yet reported.
133
+
"percentage": 42, # Percentage of ingress replicas reporting this route.
134
134
},
135
135
],
136
136
"instance": "A String", # ID of the instance reporting the status.
137
137
},
138
138
],
139
-
"pods": [ # Status reported by runtime pods. This field is not populated for List APIs.
139
+
"pods": [ # Status reported by runtime pods. This field is not populated for List APIs. **Note**: **This field is deprecated**. Runtime versions 1.3 and above report instance level status rather than pod status.
140
140
{
141
141
"appVersion": "A String", # Version of the application running in the pod.
142
142
"deploymentStatus": "A String", # Status of the deployment. Valid values include: - `deployed`: Successful. - `error` : Failed. - `pending` : Pod has not yet reported on the deployment.
@@ -150,16 +150,16 @@ <h3>Method Details</h3>
150
150
},
151
151
],
152
152
"revision": "A String", # API proxy revision.
153
-
"routeConflicts": [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be ERROR, but it will mean that some of the deployments basepaths are not routed to its environment. If the conflicts change, the state will transition to PROGRESSING until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
154
-
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some basepath.
155
-
"conflictingDeployment": { # A tuple representing a basepath and the deployment containing it. # The existing basepath/deployment causing the conflict.
156
-
"apiProxy": "A String", # The name of the deployed proxy revision containing the basepath.
157
-
"basepath": "A String", # The basepath receiving traffic.
158
-
"environment": "A String", # The name of the environment in which the proxy is deployed.
159
-
"revision": "A String", # The name of the deployed proxy revision containing the basepath.
153
+
"routeConflicts": [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be `ERROR`, but it will mean that some of the deployment's base paths are not routed to its environment. If the conflicts change, the state will transition to `PROGRESSING` until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
154
+
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some base path.
155
+
"conflictingDeployment": { # Tuple representing a base path and the deployment containing it. # Existing base path/deployment causing the conflict.
156
+
"apiProxy": "A String", # Name of the deployed API proxy revision containing the base path.
157
+
"basepath": "A String", # Base path receiving traffic.
158
+
"environment": "A String", # Name of the environment in which the proxy is deployed.
159
+
"revision": "A String", # Name of the deployed API proxy revision containing the base path.
160
160
},
161
-
"description": "A String", # A human-readable description of this conflict.
162
-
"environmentGroup": "A String", # The name of the environment group in which this conflict exists.
161
+
"description": "A String", # Human-readable description of this conflict.
162
+
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
163
163
},
164
164
],
165
165
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.deployments.html
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -122,22 +122,22 @@ <h3>Method Details</h3>
122
122
{ # The status of a deployment as reported by a single instance.
123
123
"deployedRevisions": [ # Revisions currently deployed in MPs.
124
124
{ # Revisions deployed in the MPs.
125
-
"percentage": 42, # The percentage of MP replicas reporting this revision
126
-
"revision": "A String", # The proxy revision reported as deployed.
125
+
"percentage": 42, # Percentage of MP replicas reporting this revision.
126
+
"revision": "A String", # API proxy revision reported as deployed.
127
127
},
128
128
],
129
-
"deployedRoutes": [ # The current routes deployed in the ingress routing table. A route which is missing will appear in missing_routes.
130
-
{ # A route deployed in the ingress routing table.
131
-
"basepath": "A String", # The basepath in the routing table.
132
-
"envgroup": "A String", # The envgroup where this route is installed.
133
-
"environment": "A String", # The destination environment. This will be empty if the route is not yet reported.
134
-
"percentage": 42, # The percentage of ingress replicas reporting this route.
129
+
"deployedRoutes": [ # Current routes deployed in the ingress routing table. A route which is missing will appear in `missing_routes`.
130
+
{ # Route deployed in the ingress routing table.
131
+
"basepath": "A String", # Base path in the routing table.
132
+
"envgroup": "A String", # Environment group where this route is installed.
133
+
"environment": "A String", # Destination environment. This will be empty if the route is not yet reported.
134
+
"percentage": 42, # Percentage of ingress replicas reporting this route.
135
135
},
136
136
],
137
137
"instance": "A String", # ID of the instance reporting the status.
138
138
},
139
139
],
140
-
"pods": [ # Status reported by runtime pods. This field is not populated for List APIs.
140
+
"pods": [ # Status reported by runtime pods. This field is not populated for List APIs. **Note**: **This field is deprecated**. Runtime versions 1.3 and above report instance level status rather than pod status.
141
141
{
142
142
"appVersion": "A String", # Version of the application running in the pod.
143
143
"deploymentStatus": "A String", # Status of the deployment. Valid values include: - `deployed`: Successful. - `error` : Failed. - `pending` : Pod has not yet reported on the deployment.
@@ -151,16 +151,16 @@ <h3>Method Details</h3>
151
151
},
152
152
],
153
153
"revision": "A String", # API proxy revision.
154
-
"routeConflicts": [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be ERROR, but it will mean that some of the deployments basepaths are not routed to its environment. If the conflicts change, the state will transition to PROGRESSING until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
155
-
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some basepath.
156
-
"conflictingDeployment": { # A tuple representing a basepath and the deployment containing it. # The existing basepath/deployment causing the conflict.
157
-
"apiProxy": "A String", # The name of the deployed proxy revision containing the basepath.
158
-
"basepath": "A String", # The basepath receiving traffic.
159
-
"environment": "A String", # The name of the environment in which the proxy is deployed.
160
-
"revision": "A String", # The name of the deployed proxy revision containing the basepath.
154
+
"routeConflicts": [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be `ERROR`, but it will mean that some of the deployment's base paths are not routed to its environment. If the conflicts change, the state will transition to `PROGRESSING` until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
155
+
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some base path.
156
+
"conflictingDeployment": { # Tuple representing a base path and the deployment containing it. # Existing base path/deployment causing the conflict.
157
+
"apiProxy": "A String", # Name of the deployed API proxy revision containing the base path.
158
+
"basepath": "A String", # Base path receiving traffic.
159
+
"environment": "A String", # Name of the environment in which the proxy is deployed.
160
+
"revision": "A String", # Name of the deployed API proxy revision containing the base path.
161
161
},
162
-
"description": "A String", # A human-readable description of this conflict.
163
-
"environmentGroup": "A String", # The name of the environment group in which this conflict exists.
162
+
"description": "A String", # Human-readable description of this conflict.
163
+
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
164
164
},
165
165
],
166
166
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
"expiresAt": "A String", # Time the developer app expires in milliseconds since epoch.
119
+
"expiresInSeconds": "A String", # Input only. Expiration time, in seconds, for the consumer key. If not set or left to the default value of `-1`, the API key never expires. The expiration time can't be updated after it is set.
119
120
"issuedAt": "A String", # Time the developer app was created in milliseconds since epoch.
120
121
"scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app.
"expiresAt": "A String", # Time the developer app expires in milliseconds since epoch.
111
+
"expiresInSeconds": "A String", # Input only. Expiration time, in seconds, for the consumer key. If not set or left to the default value of `-1`, the API key never expires. The expiration time can't be updated after it is set.
111
112
"issuedAt": "A String", # Time the developer app was created in milliseconds since epoch.
112
113
"scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app.
"expiresAt": "A String", # Time the developer app expires in milliseconds since epoch.
140
+
"expiresInSeconds": "A String", # Input only. Expiration time, in seconds, for the consumer key. If not set or left to the default value of `-1`, the API key never expires. The expiration time can't be updated after it is set.
139
141
"issuedAt": "A String", # Time the developer app was created in milliseconds since epoch.
140
142
"scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app.
0 commit comments