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: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,12 +375,15 @@ run();
375
375
*[getEnvironment](docs/sdks/catalogentries/README.md#getenvironment) - Get an environment
376
376
*[deleteEnvironment](docs/sdks/catalogentries/README.md#deleteenvironment) - Archive an environment
377
377
*[updateEnvironment](docs/sdks/catalogentries/README.md#updateenvironment) - Update an environment
378
+
*[listEnvironmentServices](docs/sdks/catalogentries/README.md#listenvironmentservices) - List services for an environment
379
+
*[listEnvironmentFunctionalities](docs/sdks/catalogentries/README.md#listenvironmentfunctionalities) - List functionalities for an environment
378
380
*[listServices](docs/sdks/catalogentries/README.md#listservices) - List services
379
381
*[createService](docs/sdks/catalogentries/README.md#createservice) - Create a service
380
382
*[createServiceLinks](docs/sdks/catalogentries/README.md#createservicelinks) - Create multiple services linked to external services
381
383
*[getService](docs/sdks/catalogentries/README.md#getservice) - Get a service
382
384
*[deleteService](docs/sdks/catalogentries/README.md#deleteservice) - Delete a service
383
385
*[updateService](docs/sdks/catalogentries/README.md#updateservice) - Update a service
386
+
*[listServiceEnvironments](docs/sdks/catalogentries/README.md#listserviceenvironments) - List environments for a service
384
387
*[getServiceDependencies](docs/sdks/catalogentries/README.md#getservicedependencies) - List dependencies for a service
385
388
*[listServiceAvailableUpstreamDependencies](docs/sdks/catalogentries/README.md#listserviceavailableupstreamdependencies) - List available upstream service dependencies
386
389
*[listServiceAvailableDownstreamDependencies](docs/sdks/catalogentries/README.md#listserviceavailabledownstreamdependencies) - List available downstream service dependencies
@@ -395,6 +398,7 @@ run();
395
398
*[getFunctionality](docs/sdks/catalogentries/README.md#getfunctionality) - Get a functionality
396
399
*[deleteFunctionality](docs/sdks/catalogentries/README.md#deletefunctionality) - Archive a functionality
397
400
*[updateFunctionality](docs/sdks/catalogentries/README.md#updatefunctionality) - Update a functionality
401
+
*[listFunctionalityEnvironments](docs/sdks/catalogentries/README.md#listfunctionalityenvironments) - List environments for a functionality
398
402
*[listFunctionalityServices](docs/sdks/catalogentries/README.md#listfunctionalityservices) - List services for a functionality
399
403
*[listUserOwnedServices](docs/sdks/catalogentries/README.md#listuserownedservices) - List services owned by a user's teams
400
404
*[listInfrastructures](docs/sdks/catalogentries/README.md#listinfrastructures) - Lists functionality, service and environment objects
@@ -648,7 +652,6 @@ run();
648
652
*[getRetrospectiveTemplate](docs/sdks/retrospectives/README.md#getretrospectivetemplate) - Get a retrospective template
649
653
*[deleteRetrospectiveTemplate](docs/sdks/retrospectives/README.md#deleteretrospectivetemplate) - Delete a retrospective template
650
654
*[updateRetrospectiveTemplate](docs/sdks/retrospectives/README.md#updateretrospectivetemplate) - Update a retrospective template
651
-
*[getRetrospectiveReportTemplate](docs/sdks/retrospectives/README.md#getretrospectivereporttemplate) - Get a retrospective report template
652
655
653
656
### [Roles](docs/sdks/roles/README.md)
654
657
@@ -924,12 +927,16 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
924
927
-[`catalogEntriesGetServiceDependencies`](docs/sdks/catalogentries/README.md#getservicedependencies) - List dependencies for a service
925
928
-[`catalogEntriesGetServiceDependency`](docs/sdks/catalogentries/README.md#getservicedependency) - Get a service dependency
926
929
-[`catalogEntriesIngestCatalogData`](docs/sdks/catalogentries/README.md#ingestcatalogdata) - Ingest service catalog data
930
+
-[`catalogEntriesListEnvironmentFunctionalities`](docs/sdks/catalogentries/README.md#listenvironmentfunctionalities) - List functionalities for an environment
927
931
-[`catalogEntriesListEnvironments`](docs/sdks/catalogentries/README.md#listenvironments) - List environments
932
+
-[`catalogEntriesListEnvironmentServices`](docs/sdks/catalogentries/README.md#listenvironmentservices) - List services for an environment
928
933
-[`catalogEntriesListFunctionalities`](docs/sdks/catalogentries/README.md#listfunctionalities) - List functionalities
934
+
-[`catalogEntriesListFunctionalityEnvironments`](docs/sdks/catalogentries/README.md#listfunctionalityenvironments) - List environments for a functionality
929
935
-[`catalogEntriesListFunctionalityServices`](docs/sdks/catalogentries/README.md#listfunctionalityservices) - List services for a functionality
930
936
-[`catalogEntriesListInfrastructures`](docs/sdks/catalogentries/README.md#listinfrastructures) - Lists functionality, service and environment objects
931
937
-[`catalogEntriesListServiceAvailableDownstreamDependencies`](docs/sdks/catalogentries/README.md#listserviceavailabledownstreamdependencies) - List available downstream service dependencies
932
938
-[`catalogEntriesListServiceAvailableUpstreamDependencies`](docs/sdks/catalogentries/README.md#listserviceavailableupstreamdependencies) - List available upstream service dependencies
939
+
-[`catalogEntriesListServiceEnvironments`](docs/sdks/catalogentries/README.md#listserviceenvironments) - List environments for a service
933
940
-[`catalogEntriesListServices`](docs/sdks/catalogentries/README.md#listservices) - List services
934
941
-[`catalogEntriesListUserOwnedServices`](docs/sdks/catalogentries/README.md#listuserownedservices) - List services owned by a user's teams
935
942
-[`catalogEntriesRefreshCatalog`](docs/sdks/catalogentries/README.md#refreshcatalog) - Refresh a service catalog
@@ -1138,7 +1145,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
1138
1145
-[`retrospectivesGetIncidentRetrospectiveField`](docs/sdks/retrospectives/README.md#getincidentretrospectivefield) - Get a retrospective field
1139
1146
-[`retrospectivesGetPostMortemQuestion`](docs/sdks/retrospectives/README.md#getpostmortemquestion) - Get a retrospective question
1140
1147
-[`retrospectivesGetPostMortemReport`](docs/sdks/retrospectives/README.md#getpostmortemreport) - Get a retrospective report
1141
-
-[`retrospectivesGetRetrospectiveReportTemplate`](docs/sdks/retrospectives/README.md#getretrospectivereporttemplate) - Get a retrospective report template
1142
1148
-[`retrospectivesGetRetrospectiveTemplate`](docs/sdks/retrospectives/README.md#getretrospectivetemplate) - Get a retrospective template
1143
1149
-[`retrospectivesListIncidentRetrospectives`](docs/sdks/retrospectives/README.md#listincidentretrospectives) - All attached retrospectives for an incident
1144
1150
-[`retrospectivesListPostMortemQuestions`](docs/sdks/retrospectives/README.md#listpostmortemquestions) - List retrospective questions
@@ -1507,7 +1513,7 @@ run();
1507
1513
1508
1514
1509
1515
**Inherit from [`FirehydrantError`](./src/models/errors/firehydranterror.ts)**:
1510
-
*[`ErrorEntity`](./src/models/errors/errorentity.ts): ErrorEntity model. Applicable to 12 of 458 methods.*
1516
+
*[`ErrorEntity`](./src/models/errors/errorentity.ts): ErrorEntity model. Applicable to 12 of 461 methods.*
1511
1517
*[`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
0 commit comments