Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/sdk_protos_map.csv
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ app,GetRoverRentalRobots,,,,,
app,GetRobotParts,,get_robot_parts,GetRobotParts,,getRobotParts
app,GetRobotPart,,get_robot_part,GetRobotPart,,getRobotPart
app,GetRobotPartLogs,,get_robot_part_logs,GetRobotPartLogs,,getRobotPartLogs
app,GetRobotPartByNameAndLocation,,,,,getRobotPartByNameAndLocation
app,GetRobotPartByNameAndLocation,,,GetRobotPartByNameAndLocation,,getRobotPartByNameAndLocation
app,TailRobotPartLogs,,tail_robot_part_logs,TailRobotPartLogs,,tailRobotPartLogs
app,GetRobotPartHistory,,get_robot_part_history,GetRobotPartHistory,,getRobotPartHistory
app,UpdateRobotPart,,update_robot_part,UpdateRobotPart,,updateRobotPart
Expand All @@ -408,6 +408,7 @@ app,MarkPartForRestart,,mark_part_for_restart,MarkPartForRestart,,markPartForRes
app,CreateRobotPartSecret,,create_robot_part_secret,CreateRobotPartSecret,,createRobotPartSecret
app,DeleteRobotPartSecret,,delete_robot_part_secret,DeleteRobotPartSecret,,deleteRobotPartSecret
app,ListRobots,,list_robots,ListRobots,,listRobots
app,ListMachineSummaries,,,ListMachineSummaries,,
app,NewRobot,,new_robot,NewRobot,,newRobot
app,UpdateRobot,,update_robot,UpdateRobot,,updateRobot
app,DeleteRobot,,delete_robot,DeleteRobot,,deleteRobot
Expand All @@ -433,6 +434,10 @@ app,CreateRegistryItem,,create_registry_item,CreateRegistryItem,,createRegistryI
app,UpdateRegistryItem,,update_registry_item,UpdateRegistryItem,,updateRegistryItem
app,ListRegistryItems,,list_registry_items,ListRegistryItems,,listRegistryItems
app,DeleteRegistryItem,,delete_registry_item,DeleteRegistryItem,,deleteRegistryItem
app,DeprecateRegistryItem,,deprecate_registry_item,,,deprecateRegistryItem
app,UndeprecateRegistryItem,,undeprecate_registry_item,,,undeprecateRegistryItem
app,DeprecateRegistryItemVersion,,deprecate_registry_item_version,,,deprecateRegistryItemVersion
app,UndeprecateRegistryItemVersion,,undeprecate_registry_item_version,,,undeprecateRegistryItemVersion
app,CreateModule,,create_module,CreateModule,,createModule
app,UpdateModule,,update_module,UpdateModule,,updateModule
app,UploadModuleFile,,upload_module_file,UploadModuleFile,,
Expand Down
7 changes: 6 additions & 1 deletion static/include/app/apis/generated/app-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
| [`CreateRobotPartSecret`](/reference/apis/fleet/#createrobotpartsecret) | Create a machine {{< glossary_tooltip term_id="part" text="part" >}} secret. |
| [`DeleteRobotPartSecret`](/reference/apis/fleet/#deleterobotpartsecret) | Delete a machine part secret. |
| [`ListRobots`](/reference/apis/fleet/#listrobots) | Get a list of all machines in a specified location. |
| [`ListMachineSummaries`](/reference/apis/fleet/#listmachinesummaries) | List summary information for the machines in an organization, optionally filtered by fragment or location. |
| [`NewRobot`](/reference/apis/fleet/#newrobot) | Create a new {{< glossary_tooltip term_id="machine" text="machine" >}}. |
| [`UpdateRobot`](/reference/apis/fleet/#updaterobot) | Update an existing machine's name and/or location. |
| [`DeleteRobot`](/reference/apis/fleet/#deleterobot) | Delete a specified machine. |
Expand All @@ -55,7 +56,7 @@
| [`UpdateRobotPartMetadata`](/reference/apis/fleet/#updaterobotpartmetadata) | Updates the user-defined metadata for a machine part. |
| [`ListFragments`](/reference/apis/fleet/#listfragments) | Get a list of {{< glossary_tooltip term_id="fragment" text="fragments" >}} in the organization you are currently authenticated to. |
| [`ListMachineFragments`](/reference/apis/fleet/#listmachinefragments) | Get a list of top level and nested {{< glossary_tooltip term_id="fragment" text="fragments" >}} for a machine, as well as additionally specified fragment IDs. |
| [`ListMachineSummaries`](/reference/apis/fleet/#listmachinesummaries) | Lists machine summaries for an organization, optionally filtered by fragment IDs, location IDs, and limit. |
| [`ListMachineSummaries`](/reference/apis/fleet/#listmachinesummaries) | List summary information for the machines in an organization, optionally filtered by fragment or location. |
| [`GetFragment`](/reference/apis/fleet/#getfragment) | Get a {{< glossary_tooltip term_id="fragment" text="fragment" >}} by ID. |
| [`CreateFragment`](/reference/apis/fleet/#createfragment) | Create a new private {{< glossary_tooltip term_id="fragment" text="fragment" >}}. |
| [`UpdateFragment`](/reference/apis/fleet/#updatefragment) | Update a {{< glossary_tooltip term_id="fragment" text="fragment" >}} name and its config and/or visibility. |
Expand All @@ -71,6 +72,10 @@
| [`UpdateRegistryItem`](/reference/apis/fleet/#updateregistryitem) | Update a registry item. |
| [`ListRegistryItems`](/reference/apis/fleet/#listregistryitems) | List the registry items in an organization. |
| [`DeleteRegistryItem`](/reference/apis/fleet/#deleteregistryitem) | Delete a registry item. |
| [`DeprecateRegistryItem`](/reference/apis/fleet/#deprecateregistryitem) | Mark a registry item, such as a module or training script, as deprecated. |
| [`UndeprecateRegistryItem`](/reference/apis/fleet/#undeprecateregistryitem) | Remove the deprecated status from a registry item. |
| [`DeprecateRegistryItemVersion`](/reference/apis/fleet/#deprecateregistryitemversion) | Mark a specific version of a registry item as deprecated. |
| [`UndeprecateRegistryItemVersion`](/reference/apis/fleet/#undeprecateregistryitemversion) | Remove the deprecated status from a specific version of a registry item. |
| [`CreateModule`](/reference/apis/fleet/#createmodule) | Create a {{< glossary_tooltip term_id="module" text="module" >}} under the organization you are currently authenticated to. |
| [`UpdateModule`](/reference/apis/fleet/#updatemodule) | Update the documentation URL, description, models, entrypoint, and/or the visibility of a {{< glossary_tooltip term_id="module" text="module" >}}. |
| [`UploadModuleFile`](/reference/apis/fleet/#uploadmodulefile) | Upload a {{< glossary_tooltip term_id="module" text="module" >}} file. |
Expand Down
Loading
Loading