Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.23 KB

wf_get_man_app.adoc

File metadata and controls

52 lines (41 loc) · 1.23 KB
sidebar permalink keywords summary
sidebar
workflows/wf_get_man_app.html
You can retrieve all the resource variables describing a single application.

Get an app

You can retrieve all the resource variables describing a single application.

Before you begin

You must have the ID of the app you want to retrieve. If needed you can use the workflow List the apps to locate the application.

1. Get the application

Perform the following REST API call.

HTTP method Path

GET

/accounts/{account_id}/k8s/v2/apps/{app_id}

Additional input parameters

In addition to the parameters common with all REST API calls, the following parameters are also used in the curl examples for this step.

Parameter Type Required Description

app id

Path

Yes

ID value of the application to retrieve.

Curl example: Return all data for the application
curl --location -i --request GET 'https://astra.netapp.io/accounts/<ACCOUNT_ID>/k8s/v2/apps/<APP_ID>' --header 'Accept: */*' --header 'Authorization: Bearer <API_TOKEN>'