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
print("Exception when calling NamespaceApi->shield_service_get_namespace: %s\n"% e)
59
+
exceptfrontier_api.ApiException as e:
60
+
print("Exception when calling NamespaceApi->frontier_service_get_namespace: %s\n"% e)
61
61
```
62
62
### Parameters
63
63
@@ -88,15 +88,15 @@ str, | str, | |
88
88
Code | Class | Description
89
89
------------- | ------------- | -------------
90
90
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
91
-
200 | [ApiResponseFor200](#shield_service_get_namespace.ApiResponseFor200) | A successful response.
92
-
400 | [ApiResponseFor400](#shield_service_get_namespace.ApiResponseFor400) | Bad Request - The request was malformed or contained invalid parameters.
93
-
401 | [ApiResponseFor401](#shield_service_get_namespace.ApiResponseFor401) | Unauthorized - Authentication is required
94
-
403 | [ApiResponseFor403](#shield_service_get_namespace.ApiResponseFor403) | Forbidden - User does not have permission to access the resource
95
-
404 | [ApiResponseFor404](#shield_service_get_namespace.ApiResponseFor404) | Not Found - The requested resource was not found
96
-
500 | [ApiResponseFor500](#shield_service_get_namespace.ApiResponseFor500) | Internal Server Error. Returned when theres is something wrong with Shield server.
97
-
default | [ApiResponseForDefault](#shield_service_get_namespace.ApiResponseForDefault) | An unexpected error response.
200 | [ApiResponseFor200](#frontier_service_get_namespace.ApiResponseFor200) | A successful response.
92
+
400 | [ApiResponseFor400](#frontier_service_get_namespace.ApiResponseFor400) | Bad Request - The request was malformed or contained invalid parameters.
93
+
401 | [ApiResponseFor401](#frontier_service_get_namespace.ApiResponseFor401) | Unauthorized - Authentication is required
94
+
403 | [ApiResponseFor403](#frontier_service_get_namespace.ApiResponseFor403) | Forbidden - User does not have permission to access the resource
95
+
404 | [ApiResponseFor404](#frontier_service_get_namespace.ApiResponseFor404) | Not Found - The requested resource was not found
96
+
500 | [ApiResponseFor500](#frontier_service_get_namespace.ApiResponseFor500) | Internal Server Error. Returned when theres is something wrong with Frontier server.
97
+
default | [ApiResponseForDefault](#frontier_service_get_namespace.ApiResponseForDefault) | An unexpected error response.
[[Back to top]](#__pageTop)[[Back to API list]](../../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../../README.md#documentation-for-models)[[Back to README]](../../../README.md)
print("Exception when calling NamespaceApi->shield_service_list_namespaces: %s\n"% e)
239
+
exceptfrontier_api.ApiException as e:
240
+
print("Exception when calling NamespaceApi->frontier_service_list_namespaces: %s\n"% e)
241
241
```
242
242
### Parameters
243
243
This endpoint does not need any parameter.
@@ -247,15 +247,15 @@ This endpoint does not need any parameter.
247
247
Code | Class | Description
248
248
------------- | ------------- | -------------
249
249
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
250
-
200 | [ApiResponseFor200](#shield_service_list_namespaces.ApiResponseFor200) | A successful response.
251
-
400 | [ApiResponseFor400](#shield_service_list_namespaces.ApiResponseFor400) | Bad Request - The request was malformed or contained invalid parameters.
252
-
401 | [ApiResponseFor401](#shield_service_list_namespaces.ApiResponseFor401) | Unauthorized - Authentication is required
253
-
403 | [ApiResponseFor403](#shield_service_list_namespaces.ApiResponseFor403) | Forbidden - User does not have permission to access the resource
254
-
404 | [ApiResponseFor404](#shield_service_list_namespaces.ApiResponseFor404) | Not Found - The requested resource was not found
255
-
500 | [ApiResponseFor500](#shield_service_list_namespaces.ApiResponseFor500) | Internal Server Error. Returned when theres is something wrong with Shield server.
256
-
default | [ApiResponseForDefault](#shield_service_list_namespaces.ApiResponseForDefault) | An unexpected error response.
200 | [ApiResponseFor200](#frontier_service_list_namespaces.ApiResponseFor200) | A successful response.
251
+
400 | [ApiResponseFor400](#frontier_service_list_namespaces.ApiResponseFor400) | Bad Request - The request was malformed or contained invalid parameters.
252
+
401 | [ApiResponseFor401](#frontier_service_list_namespaces.ApiResponseFor401) | Unauthorized - Authentication is required
253
+
403 | [ApiResponseFor403](#frontier_service_list_namespaces.ApiResponseFor403) | Forbidden - User does not have permission to access the resource
254
+
404 | [ApiResponseFor404](#frontier_service_list_namespaces.ApiResponseFor404) | Not Found - The requested resource was not found
255
+
500 | [ApiResponseFor500](#frontier_service_list_namespaces.ApiResponseFor500) | Internal Server Error. Returned when theres is something wrong with Frontier server.
256
+
default | [ApiResponseForDefault](#frontier_service_list_namespaces.ApiResponseForDefault) | An unexpected error response.
0 commit comments