Skip to content

Commit 19204f2

Browse files
authored
(DOCSP-30114) fix broken atlas admin api directives (#287)
* (DOCSP-30114) fix broken atlas admin api directives * (DOCSP-30114) fix broken atlas admin api directives
1 parent 2681b69 commit 19204f2

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

source/administration/delete-datalake-pipeline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Procedure
4343
endpoint with the name of the pipeline that you want to delete. To
4444
learn more about the ``pipelines`` endpoint syntax and parameters for
4545
deleting a pipeline, see :oas-atlas-op:`Remove One Data Lake Pipeline
46-
</removeOneDataLakePipeline>`.
46+
</deletePipeline>`.
4747

4848
.. tab:: {+atlas-ui+}
4949
:tabid: ui

source/administration/edit-data-pipeline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Procedure
4141
with the name of the pipeline that you want to edit. To learn more
4242
about the ``pipelines`` endpoint syntax and parameters for updating a
4343
pipeline, see :oas-atlas-op:`Update One Data Lake Pipeline
44-
</updateOneDataLakePipeline>`.
44+
</updatePipeline>`.
4545

4646
.. tip::
4747

4848
You can send a ``GET`` request to the
4949
:oas-atlas-op:`availableSchedules
50-
</returnAvailableSchedulesForPipeline>` endpoint to retrieve the
50+
</listPipelineSchedules>` endpoint to retrieve the
5151
list of backup schedule policy items that you can use to change the
5252
schedule of your {+dl+} pipelines of type ``PERIODIC_DPS``.
5353

source/administration/ingest-data-on-demand.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Procedure
3535
endpoint with the name of the pipeline for which you want to trigger
3636
data ingestion. To learn more about the |api| syntax and parameters for
3737
the ``trigger`` endpoint, see :oas-atlas-op:`Trigger On-Demand Snapshot
38-
Ingestion </triggerOneOnDemandSnapshotIngestion>`.
38+
Ingestion </triggerSnapshotIngestion>`.
3939

4040
.. tip::
4141

@@ -45,7 +45,7 @@ Procedure
4545
on-demand pipeline run. To learn more about the |api| syntax and
4646
options for the ``availableSnapshots`` endpoint, see
4747
:oas-atlas-op:`Return Available Backup Snapshots for One Data Lake
48-
Pipeline </returnAvailableSnapshotsForPipeline>`.
48+
Pipeline </listPipelineSnapshots>`.
4949

5050
.. tab:: {+atlas-ui+}
5151
:tabid: ui
@@ -72,7 +72,7 @@ Procedure
7272
an on-demand pipeline run. To learn more about the |api| syntax
7373
and options for the ``availableSnapshots`` endpoint, see
7474
:oas-atlas-op:`Return Available Backup Snapshots for One Data
75-
Lake Pipeline </returnAvailableSnapshotsForPipeline>`.
75+
Lake Pipeline </listPipelineSnapshosts>`.
7676

7777
.. step:: Click :guilabel:`Confirm`.
7878

source/administration/pause-resume-data-extraction.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ has been ingested.
3838
with the name of the pipeline for which you want to pause the ingestion
3939
schedule. To learn more about the |api| syntax and parameters for the
4040
``pause`` endpoint, see :oas-atlas-op:`Pause One Data Lake Pipeline
41-
</pauseOnePipelineInOneProject>`.
41+
</pausePipeline>`.
4242

4343
.. tab:: {+atlas-ui+}
4444
:tabid: ui
@@ -85,7 +85,7 @@ When you resume data ingestion for a paused {+adl+} pipeline,
8585
``resume`` endpoint with the name of the pipeline for which you want to
8686
resume the data ingestion. To learn more about the |api| syntax and
8787
parameters for the ``resume`` endpoint, see :oas-atlas-op:`Resume One
88-
Data Lake Pipeline </resumeOnePipelineInOneProject>`.
88+
Data Lake Pipeline </resumePipeline>`.
8989

9090
.. tab:: {+atlas-ui+}
9191
:tabid: ui

source/administration/view-datalake-pipelines.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ Procedure
5454
</Data-Lake-Pipelines>` ``pipelines`` endpoint. To learn more about
5555
the ``pipelines`` endpoint syntax and parameters for retrieving all of
5656
your {+dl+} pipelines, see :oas-atlas-op:`Return All Data Lake
57-
Pipelines from One Project </returnAllDataLakePipelinesFromOneProject>`.
57+
Pipelines from One Project </listPipelines>`.
5858

5959
To retrieve one of your {+dl+} pipelines through the |api|, send a
6060
``GET`` request to the :oas-atlas-tag:`{+dl+} </Data-Lake-Pipelines>`
6161
``pipelines`` endpoint with the name of the {+dl+} pipeline that you
6262
want to retrieve. To learn more about the ``pipelines`` endpoint syntax
6363
and parameters for retrieving one of your {+dl+} pipelines, see
6464
:oas-atlas-op:`Return One Data Lake Pipeline
65-
</returnOnePipelineInOneProject>`.
65+
</getPipeline>`.
6666

6767
View {+adl+} Pipeline Runs
6868
`````````````````````````````````````````````````````
@@ -72,15 +72,15 @@ Procedure
7272
:oas-atlas-tag:`{+dl+} </Data-Lake-Pipelines>` ``runs`` endpoint. To
7373
learn more about the |api| syntax and options for the ``runs``
7474
endpoint, see :oas-atlas-op:`Return All Data Lake Pipeline Runs from
75-
One Project </returnAllDataLakePipelineRunsFromOneProject>`.
75+
One Project </listPipelineRuns>`.
7676

7777
To retrieve the details of one of your completed {+dl+} pipeline data
7878
ingestion jobs through the |api|, send a ``GET`` request to the
7979
:oas-atlas-tag:`{+dl+} </Data-Lake-Pipelines>` ``runs`` endpoint with
8080
the unique identifier of the completed {+dl+} pipeline data ingestion
8181
job that you want to retrieve. To learn more about the |api| syntax and
8282
options for the ``runs`` endpoint, see :oas-atlas-op:`Return One Data
83-
Lake Pipeline Run </returnOnePipelineRunInOneProject>`.
83+
Lake Pipeline Run </getPipelineRun>`.
8484

8585
.. tab:: {+atlas-ui+}
8686
:tabid: ui

source/tutorial/add-dataset-pipeline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ Procedure
5858
``pipelines`` endpoint. To learn more about the ``pipelines`` endpoint
5959
syntax and parameters for creating a pipeline, see
6060
:oas-atlas-op:`Create One Data Lake Pipeline
61-
</createOneDataLakePipeline>`.
61+
</createPipeline>`.
6262

6363
.. tip::
6464

6565
You can send a ``GET`` request to the :oas-atlas-tag:`{+dl+}
6666
</Data-Lake-Pipelines>` :oas-atlas-op:`availableSchedules
67-
</returnAvailableSchedulesForPipeline>` endpoint to retrieve the
67+
</listPipelineSchedules>` endpoint to retrieve the
6868
list of backup schedule policy items that you can use to create your
6969
{+dl+} pipeline of type ``PERIODIC_DPS``.
7070

0 commit comments

Comments
 (0)