30
30
The API provides 4 operations:
31
31
- POST registerApplicationEndpoints: Registers the Application Endpoints
32
32
of a deployed application to a specified edge cloud zone.
33
- - GET getAllRegisteredApplicationEndpoints: Returns endpoint information for all
34
- registered Applications.
33
+ - GET getAllRegisteredApplicationEndpoints: Returns endpoint information
34
+ for all registered Applications.
35
35
- GET getApplicationEndpointsByID: Returns endpoint information for all
36
36
Applications registered to a specified applicationEndpointId.
37
37
- PUT updateApplicationEndpoint: Update registered application endpoint
@@ -483,7 +483,8 @@ components:
483
483
value :
484
484
status : 400
485
485
code : INVALID_ARGUMENT
486
- message : Client specified an invalid argument, request body or query param.
486
+ message : Client specified an invalid argument, request
487
+ body or query param.
487
488
Generic401 :
488
489
description : Unauthorized
489
490
headers :
@@ -499,7 +500,8 @@ components:
499
500
value :
500
501
status : 401
501
502
code : UNAUTHENTICATED
502
- message : Request not authenticated due to missing, invalid, or expired credentials.
503
+ message : Request not authenticated due to missing, invalid,
504
+ or expired credentials.
503
505
Generic403 :
504
506
description : Forbidden
505
507
headers :
@@ -511,17 +513,22 @@ components:
511
513
$ref : ' #/components/schemas/ErrorInfo'
512
514
examples :
513
515
GENERIC_403_PERMISSION_DENIED :
514
- description : Permission denied. OAuth2 token access does not have the required scope or when the user fails operational security
516
+ description : Permission denied. OAuth2 token access does not
517
+ have the required scope or when the user fails operational
518
+ security
515
519
value :
516
520
status : 403
517
521
code : PERMISSION_DENIED
518
- message : Client does not have sufficient permissions to perform this action.
522
+ message : Client does not have sufficient permissions to
523
+ perform this action.
519
524
GENERIC_403_INVALID_TOKEN_CONTEXT :
520
- description : Reflect some inconsistency between information in some field of the API and the related OAuth2 Token
525
+ description : Reflect some inconsistency between information in
526
+ some field of the API and the related OAuth2 Token
521
527
value :
522
528
status : 403
523
529
code : INVALID_TOKEN_CONTEXT
524
- message : applicationProfileId is not consistent with access token
530
+ message : applicationProfileId is not consistent with access
531
+ token
525
532
Generic404 :
526
533
description : Not found
527
534
headers :
@@ -555,7 +562,9 @@ components:
555
562
code : NOT_SUPPORTED
556
563
message : Service not supported for this applicationProfileId
557
564
UNIDENTIFIABLE_APPLICATION_PROFILE :
558
- description : The Application Profile is not included in the request and the profile information cannot be derived from the 3-legged access token
565
+ description : The Application Profile is not included in the
566
+ request and the profile information cannot be derived from
567
+ the 3-legged access token
559
568
value :
560
569
status : 422
561
570
code : UNIDENTIFIABLE_APPLICATION_PROFILE
@@ -588,7 +597,8 @@ components:
588
597
examples :
589
598
GENERIC_503_UNAVAILABLE :
590
599
description : Service is not available.
591
- Temporary situation usually related to maintenance process in the server side
600
+ Temporary situation usually related to maintenance process
601
+ in the server side
592
602
value :
593
603
status : 503
594
604
code : UNAVAILABLE
0 commit comments